Search found 23 matches

by thielem
26 Mar 2023, 14:55
Forum: Bug Report version 3.3
Topic: [id] not working in Ajax field type
Replies: 3
Views: 1432

[id] not working in Ajax field type

Hi! When I am trying to use the [id] placeholder in a condition for Users Ajax oder Entity drop-down (Ajax), the entire condition field gets ignored in the resulting SQL-query. It works perfectly fine when I replace [id] with any actual id number. Similar to my previous issue ( https://forum.rukovod...
by thielem
12 Mar 2023, 23:12
Forum: Bug Report version 3.3
Topic: [SOLVED] parent_item_id in Entity drop-down list (ajax) resolves to 0
Replies: 2
Views: 327

[SOLVED] parent_item_id in Entity drop-down list (ajax) resolves to 0

I am trying to filter a "Entity drop-down list (ajax)" item by a value in the parent entity. I am using this code in the condition field: e.id in (select field_272 from app_entity_26 as f where f.id = [parent_item_id]) However, I can observe in the debugging console, that the query resolve...