Logic Machine Forum
groups mass edit - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: CANx (https://forum.logicmachine.net/forumdisplay.php?fid=23)
+--- Thread: groups mass edit (/showthread.php?tid=5079)



groups mass edit - AEK - 06.11.2023

is there a way to edit groups not one by one? like mass edit in object tab.

for example - I imported KNX project and need to set E flag to all objects. how can I do that&


RE: groups mass edit - AEK - 06.11.2023

(06.11.2023, 12:30)AEK Wrote: is there a way to edit groups not one by one? like mass edit in object tab.

for example - I imported KNX project and need to set E flag to all objects. how can I do that&
found temporary solution

Code:
db:query('UPDATE canx_groups SET export = 1')



RE: groups mass edit - admin - 06.11.2023

No other solution at the moment. After making db changes you need to reload CANx daemon:
Code:
require('applibs.canxcore').reload()



RE: groups mass edit - AEK - 06.11.2023

(06.11.2023, 15:05)admin Wrote: No other solution at the moment. After making db changes you need to reload CANx daemon:
Code:
require('applibs.canxcore').reload()

I've reboot LM complitly