1 | | In the console, I log '''event''' argument that is passed to Event-handler function, which is change-event in my case. All of the SELECTs in the use the same handler function, and if you check the objects in the console, you will see that '''handler''' property has a FUNCTION as value, which is correct. But when I "change" the SELECT of ''Fetch Criteria - Queries & Query Groups (Policies)'', I get '''handler = [all]'''. Shouldn't it be FUNCTION?! Why the value of SELECT is assigned to the handler property?! |
| 1 | In the console, I log '''event''' argument that is passed to Event-handler function, which is change-event in my case. All of the '''SELECT.js_trigger_on_change''' elements there use the same handler function, and if you check the objects in the console, you will see that '''handler''' property has a FUNCTION as value, which is correct. But when I "change" the SELECT of ''Fetch Criteria - Queries & Query Groups (Policies)'', I get '''handler = [all]'''. Shouldn't it be FUNCTION?! Why the value of SELECT is assigned to the handler property?! |