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

Configuration Change: make field_access_terms a required field. #125

Closed
bseeger opened this issue May 13, 2021 · 1 comment
Closed

Configuration Change: make field_access_terms a required field. #125

bseeger opened this issue May 13, 2021 · 1 comment
Assignees

Comments

@bseeger
Copy link

bseeger commented May 13, 2021

Implement resolution from: #115, which is to make the field required and therefore some value needs to be set at all times. The user only will be shown terms that are applied to them as a user, so there's no change there. They will be allowed to edit the field. The only change is that we make sure the field can never be set to -None-. In a quick look at this, I found the option of -None- goes away when the field is made to be required.

So the work is to change the field_access_term on the content types and media types to make them required fields.
Probably will need to add a term in the Islandora Access vocabulary in the snapshot to make sure there's one available in the development environment. (ultimately this will be populated and maintained by a Global Admin on a production server).

@bseeger
Copy link
Author

bseeger commented Jul 16, 2021

Resolved with: Address field_access_terms tickets and a few minor things #178

@bseeger bseeger closed this as completed Jul 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants