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

Unable to Create "Categories" in Management Module #687

Closed
yacobk01 opened this issue Jul 20, 2021 · 3 comments
Closed

Unable to Create "Categories" in Management Module #687

yacobk01 opened this issue Jul 20, 2021 · 3 comments
Labels
bug This is a bug (not an enhancement)

Comments

@yacobk01
Copy link

yacobk01 commented Jul 20, 2021

Categories field in Management Module is not displaying in Admin tab or allowing for addition under the Categories selection box. Is CORAL documentation out of date or is this a system issue: http://docs.coral-erm.org/en/latest/management.html#new-document

@xsong9
Copy link
Contributor

xsong9 commented Jul 21, 2021 via email

@yacobk01
Copy link
Author

Thank you so much for your reply. I was wondering if it might be a local config issue. I'll check with my IT as you suggest. Thank you again for your suggestion.

@streatim
Copy link
Collaborator

streatim commented Mar 18, 2022

While it could still be a local issue (and maybe was?), I ran into this issue with two fresh installs of 2020.09 (one on a web server, another on a local). Aside from configuring my server to run CORAL, they were both pretty vanilla and I didn't fuss with the configuration files manually.

Looking through the GitHub issues, I came across this response from Issued 502 (#502 (comment)).

If you have connected/linked the Organizations module (organizationsModule=“Y" in configuration.ini in /management) the categories are gathered from organizations that have to role of Consortium, organizationRoleID=1 in the OrganizationRole table in the database.
If you have organizationsModule=“N", you can add categories in admin. The Management configuration_sample.ini file also says:
The Management module is not meant to tie into the other CORAL modules. They only module that has been tested is the Auth module. The Management was a clone of the Licensing module originally that was modified for a specific purpose. enable other modules at your own risk.

I confirmed this was the case on 3.0.2 by adding a Consortium in my Organizations Module; it then appeared in the Category dropdown of the Management module and was selectable when adding a new document. Setting the OrganizationsModule to N activated the ability to add/edit Categories in the Admin tab of Management, as well as brought in a default category of "CORAL Documentation."

streatim added a commit to streatim/coral that referenced this issue May 17, 2022
(issue coral-erm#687 ) : Removes the IF/THEN statement from ajax_forms.php, always displaying an "Add Category" link in the Edit Document form.
streatim added a commit to streatim/coral that referenced this issue May 17, 2022
…Module

(issue coral-erm#687 ) : Removes the IF/THEN statements from management/ajax_forms.php and management/admin.php, always displaying an "Add Category" link in the Edit Document form on the former and always displaying the Categories table in the latter.
andyp-uk added a commit that referenced this issue Apr 4, 2024
(issue #687 ) : Unable to Create "Categories" in Management Module
@andyp-uk andyp-uk added the bug This is a bug (not an enhancement) label Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This is a bug (not an enhancement)
Projects
None yet
Development

No branches or pull requests

4 participants