Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have created my own custom tree controller for Umbraco v8 and its working pretty cool appart from some issues.
When I create a folder my dashboard (the content - red marked area on the attached images) doesnt updated with the created tree item.
When I delete an item the content area should be reset as well to the previous level.
on my create and delete controllers I have this:
navigationService.syncTree({ tree: 'folderTree', path: response.data, forceReload: true, activate: true });
The tree controller itself is being updated/refreshed, but the "select/click" event is not being triggered and my dashboard content is not being updated on create and delete of a tree item.
What am I missing?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Umbraco Custom Tree Dashboard Refresh
I have created my own custom tree controller for Umbraco v8 and its working pretty cool appart from some issues.
When I create a folder my dashboard (the content - red marked area on the attached images) doesnt updated with the created tree item.
When I delete an item the content area should be reset as well to the previous level.
on my create and delete controllers I have this:
The tree controller itself is being updated/refreshed, but the "select/click" event is not being triggered and my dashboard content is not being updated on create and delete of a tree item.
What am I missing?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.