Link-button disappears when changing "Link to" - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: General (https://forum.logicmachine.net/forumdisplay.php?fid=2) +--- Thread: Link-button disappears when changing "Link to" (/showthread.php?tid=4222) |
Link-button disappears when changing "Link to" - function - 07.09.2022 I think i found a bug unless i've done something wrong here. I have a button (link) which are linked to a Main Plan that i've created. And this works perfectly fine, but when i change the "Link to" to another plan that i've created, the link-button disappears. (See GIF) I can se in the chrome dev-console that the <div> for the link doesn't exist anymore. I have removed every CSS and JS i've written for this. I have also upgraded the firmware to Version: 20211215. Does anybody else have and idea of what to do? Thanks RE: Link-button disappears when changing "Link to" - admin - 07.09.2022 Check if the plan that you link to is empty. Empty plans are not rendered so the link is hidden. RE: Link-button disappears when changing "Link to" - function - 07.09.2022 Thanks you!!!!! I didn't know that this was a thing! Perfect! |