mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-23 21:28:32 +00:00
Change irb_documents to documents
This commit is contained in:
parent
5c229477d3
commit
c39e08972d
@ -11,7 +11,7 @@ class DocumentService(object):
|
|||||||
the spreadsheet should contain the columns 'code', 'category1', 'category2', 'category3', 'description' and 'id',
|
the spreadsheet should contain the columns 'code', 'category1', 'category2', 'category3', 'description' and 'id',
|
||||||
code is required for all rows in the table, the other fields are optional. """
|
code is required for all rows in the table, the other fields are optional. """
|
||||||
|
|
||||||
DOCUMENT_LIST = "irb_documents.xlsx"
|
DOCUMENT_LIST = "documents.xlsx"
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def is_allowed_document(code):
|
def is_allowed_document(code):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user