We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The system added by the bundle is not shown in the select, when editing a role
The system should be shown in the select, to avoid loose it when editing a role
Install the bundle, init the bundle and edit a role
The text was updated successfully, but these errors were encountered:
@danrot @chirimoya systems seems currently be hardcoded.
Solutions:
A. we query the database with SELECT system FROM se_roles GROUP BY system ORDER BY system for the select
SELECT system FROM se_roles GROUP BY system ORDER BY system
B. we read the systems from the webspace manager to add them to the select
Sorry, something went wrong.
Merge pull request sulu#60 from alexander-schranz/develop
d90b223
Update readme with dynamic form manager
Merge pull request sulu#60 from sulu/develop
61f637a
Update readme with license and description
Successfully merging a pull request may close this issue.
Actual Behavior
The system added by the bundle is not shown in the select, when editing a role
Expected Behavior
The system should be shown in the select, to avoid loose it when editing a role
Steps to Reproduce
Install the bundle, init the bundle and edit a role
The text was updated successfully, but these errors were encountered: