addonfactory-ucc-generator
addonfactory-ucc-generator copied to clipboard
BUG: generated nav configuration should not default to configuration view
Description
It seems that the default view in ucc-generated nav/default.xml is set to the configuration page, which is an issue if this page requires admin privileges. Better to default to the search view.
generated /default/data/ui/nav/default.xml:
<?xml version="1.0" ?>
<nav>
<view default="true" name="configuration"/>
<view name="search"/>
</nav>
NOTE: I have latest pip 5.37.0 installed fresh, but the output log shows 5.28.4 for some reason.
What ucc-gen version are you using?
5.37.0
Additional System Info
No response
@pmeyerson I think we definitely can provide such an option in the globalConfig file.
Changing the default - I think it will be too big of a change.
This will be released in the upcoming release of UCC (next week).
Released as part of v5.46.0.