Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: generated nav configuration should not default to configuration view #1041

Open
pmeyerson opened this issue Feb 1, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@pmeyerson
Copy link

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 pmeyerson added the bug Something isn't working label Feb 1, 2024
@artemrys
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants