addonfactory-ucc-generator icon indicating copy to clipboard operation
addonfactory-ucc-generator copied to clipboard

BUG: generated nav configuration should not default to configuration view

Open pmeyerson opened this issue 1 year ago • 1 comments

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 avatar Feb 01 '24 13:02 pmeyerson

@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.

artemrys avatar Mar 14 '24 21:03 artemrys

This will be released in the upcoming release of UCC (next week).

artemrys avatar Jun 04 '24 20:06 artemrys

Released as part of v5.46.0.

artemrys avatar Jun 13 '24 15:06 artemrys