-
Notifications
You must be signed in to change notification settings - Fork 0
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
Branch Admin Requires Code Change #3
Comments
You also can't add a category directly as a child of the root at the moment from the Setup tab (you can't select JLAB directly at the moment). This means you must either insert Category using backend developer database connection or else add it to wrong location first and then move it using backend developer database connection to be child of JLAB (root). |
Also requires code change here: srm/src/main/webapp/WEB-INF/tags/page.tag Line 48 in 92d7621
And here: srm/src/main/webapp/WEB-INF/web.xml Line 82 in 92d7621
And here: srm/src/main/webapp/WEB-INF/web.xml Lines 106 to 108 in 92d7621
The last two are for declarative security and require either a code change or making a parent role such as "srm-branch-adm" in which all other roles are members of and having that global role be defined in the declarative way. |
Ideally assignment of a new branch admin role could be done completely without having to change the code. A new table could be created for this purpose, for example. See:
srm/src/main/java/org/jlab/srm/business/session/AbstractFacade.java
Lines 216 to 252 in 25852c3
Issue moved from Jira
The text was updated successfully, but these errors were encountered: