PHRAS-3445 add edit retry and failed Q

This commit is contained in:
aynsix
2021-05-25 17:35:03 +03:00
parent 12166e8533
commit 6437023b21
10 changed files with 250 additions and 188 deletions

View File

@@ -15,7 +15,7 @@ class patch_413 implements patchInterface
'ftp' => MessagePublisher::FTP_TYPE,
'populateIndex' => MessagePublisher::POPULATE_INDEX_TYPE,
'pullAssets' => MessagePublisher::PULL_ASSETS_TYPE,
'recordEdit' => MessagePublisher::RECORD_EDIT_TYPE,
'editRecord' => MessagePublisher::EDIT_RECORD_TYPE,
'subdefCreation' => MessagePublisher::SUBDEF_CREATION_TYPE,
'validationReminder' => MessagePublisher::VALIDATION_REMINDER_TYPE,
'writeMetadatas' => MessagePublisher::WRITE_METADATAS_TYPE,