Skip to content

Commit

Permalink
Updated the ermrest ACLs for the entry ERROR case.
Browse files Browse the repository at this point in the history
  • Loading branch information
serbanvoinea committed Mar 27, 2024
1 parent cc808e1 commit 63e9aae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pdb_dev/config/acl/ermrest_acl.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,9 @@ def set_PDB_entry(model):
{ "filter": "Workflow_Status", "operator": "=", "operand": "DRAFT", },
{ "filter": "Workflow_Status", "operator": "=", "operand": "DEPO", },
{ "filter": "Workflow_Status", "operator": "=", "operand": "RECORD READY", },
{ "filter": "Workflow_Status", "operator": "=", "operand": "ERROR", }
{ "filter": "Process_Status", "operator": "=", "operand": "Error: generating mmCIF file", },
{ "filter": "Process_Status", "operator": "=", "operand": "Error: processing uploaded mmCIF file", },
{ "filter": "Process_Status", "operator": "=", "operand": "Error: processing uploaded restraint files", }
]
},
"RCB"
Expand Down

0 comments on commit 63e9aae

Please sign in to comment.