mike cullerton
|
2b0d106be5
|
Bug fix for modify_template.
We were not checking whether the file was archived
|
2022-11-03 11:44:25 -04:00 |
|
mike cullerton
|
8e6ca4c97f
|
DocumentModel => FileModel
document_id => file_id
|
2022-04-19 14:56:34 -04:00 |
|
mike cullerton
|
216c15ed1c
|
FileModel => DocumentModel
|
2022-04-13 08:15:23 -04:00 |
|
mike cullerton
|
9d2436b375
|
Typo calling script with keywords
|
2022-02-25 08:18:07 -05:00 |
|
mike cullerton
|
0b3187889d
|
We now raise an error if the spreadsheet does not exist.
Added test for case where the spreadsheet does not exist
|
2022-02-24 10:25:34 -05:00 |
|
mike cullerton
|
d378078d6f
|
Change so that we always use the current workflow
|
2022-02-23 15:18:03 -05:00 |
|
mike cullerton
|
b6a39dfd25
|
Script to insert data into an existing (irb_document) spreadsheet.
Requires `upload_workflow_id`, `irb_doc_code`, `cell`, and `text` parameters.
The cell parameter should be something like 'B21'
|
2022-02-23 14:29:50 -05:00 |
|