forked from samvera-deprecated/curate
-
Notifications
You must be signed in to change notification settings - Fork 0
Changes
James Van Mil edited this page Jun 5, 2014
·
2 revisions
Implemented with this commit, this changed the default permission from 'Private' to 'Open Access' for new collections and new works.
This was accomplished by overwriting the visibility
variable in the respective form partials for new works. Implementing this change via setting attribute defaults in the relevant models broke many tests (which all assumed 'Private' visibility) and was deemed too onerous to maintain.
This change still involved editing a few tests.