Admidio / admidio

Admidio is a free open source user management system for websites of organizations and groups. The system has a flexible role model so that it’s possible to reflect the structure and permissions of your organization.
https://www.admidio.org
GNU General Public License v2.0
307 stars 123 forks source link

refactor navigation class #820

Closed ximex closed 2 years ago

ximex commented 5 years ago

Is it really necessary to clear the url stack if you go to another module? ($nav->addFirst(...))

Fasse commented 5 years ago

It was the easiest way to intialize the stack again. But if you have time to test you can change the handling so that we don't initialize the stack with every module.

ximex commented 5 years ago

not finished yet

Fasse commented 3 years ago

What is about this change request? Do you want to finish this?

Fasse commented 3 years ago

@ximex What's about this pull request?