We have a requirement to show only selective tags in our dialog field. So , we want to display tags for tags path : /etc/tags/facebook/work. Here, the requirement is that user wants to directly browse work tags only.
I tried the following config option in the widget -
- With tagsBasePath to get only Facebook work tags displayed
Digging into the code, it shows the error as -
- Uncaught TypeError: Cannot read property 'name' of undefinedwidgets.js:1573
-
- With the namespaces , I can only restrict it till /etc/tags/facebook since here the namespace is Facebook. Going ahead and creating a new namespace altogether for work itself isn’t a feasible option as well!
- Plus, configuring the appropriate ACL isn't a feasible option.
Any alternative approaches to go about this?