You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a solution to restore the tree state after render? I’ve already noticed a similar issue with combos—you can’t have the same combo twice in a form because the second combo is empty while the first is loaded. When I discussed this with Michael, the solution was to create a single store for both combos and assign that store to all combos.
However, I’m not sure if the same logic can be applied to a tree loader. If I’m not mistaken, there are currently only two modules that use a TreePanel: AddressBook and Catalog. AddressBook only has the first level under the root node, while Catalog doesn’t restore the state—probably due to an issue with the entity store.
Do you have any suggestions?
The text was updated successfully, but these errors were encountered:
Is there a solution to restore the tree state after render? I’ve already noticed a similar issue with combos—you can’t have the same combo twice in a form because the second combo is empty while the first is loaded. When I discussed this with Michael, the solution was to create a single store for both combos and assign that store to all combos.
However, I’m not sure if the same logic can be applied to a tree loader. If I’m not mistaken, there are currently only two modules that use a TreePanel: AddressBook and Catalog. AddressBook only has the first level under the root node, while Catalog doesn’t restore the state—probably due to an issue with the entity store.
Do you have any suggestions?
The text was updated successfully, but these errors were encountered: