Skip to content

Commit

Permalink
[MDS-5559] Adding the minespace proponent role (#2739)
Browse files Browse the repository at this point in the history
adding the minespace proponent role
  • Loading branch information
isuru-aot authored Oct 24, 2023
1 parent cd66ab5 commit 25f5a9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class MineDocumentArchiveResource(Resource, UserMixin):
'mine_document_guids': 'The GUID of the Mine Documents to Archive.'
}
)
@requires_any_of([MINE_ADMIN, EDIT_MAJOR_MINE_APPLICATIONS])
@requires_any_of([MINE_ADMIN, EDIT_MAJOR_MINE_APPLICATIONS, MINESPACE_PROPONENT])
@api.expect(ARCHIVE_MINE_DOCUMENT)
@api.response(204, 'Successfully archived documents')
def patch(self, mine_guid):
Expand Down

0 comments on commit 25f5a9b

Please sign in to comment.