You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe. #7877
Describe the solution you'd like
Define a Couch DB design document that prevents modification of an object that has been locked. Some specific requirements:
Objects that were locked by a user can be unlocked for editing
Objects that were locked by script cannot be unlocked for editing by a user
Timers, Clocks, and Notebooks can still be edited, even if locked.
The text was updated successfully, but these errors were encountered:
In the target server and database, ensure that no auth design document already exists. If it does, delete it.
1.1 Navigate to Couch Fauxton - hosted at /_utils on the couch server
1.2 Log in with admin privileges
1.3 Navigate to the target test database
1.4 Click on Design Documents
1.5 Delete the design document named auth
Execute src/plugins/persistence/couch/setup-couchdb.sh using arguments provided separately. Note that this script is designed to be idempotent so it should not affect any existing database configuration.
Confirm that the script reports Successfully created _design/auth design document for locked objects
Is your feature request related to a problem? Please describe.
#7877
Describe the solution you'd like
Define a Couch DB design document that prevents modification of an object that has been locked. Some specific requirements:
The text was updated successfully, but these errors were encountered: