Navigation tree auto update doesnt seem to work

2
The navigation tree app has an attribute "auto update, automatically update when objects in the tree has changed". I have set this attribute to true. The user has a form with on the left side the navigation tree and on the right side a Datagrid with a button (microflow) to update the navigation tree. I would expect that I see the changes directly (but does not). What is the exact meaning of that attribute ?
asked
1 answers
2

As far as I can see, the navigation tree updates correctly when changing an objects that already in the tree. Adding new objects does not seem to update it, but I don't think it's supposed to, I believe the description is just a bit lacking.

I'm not sure how possible it is to have the widget respond to new objects asI don't think there is a listener for that and polling every x seconds seems a bit too crude. I'll look into it tomorrow.

answered