mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-31 12:19:47 +02:00
EZQMS-1392: Obsolete documents (#7833)
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
This commit is contained in:
@@ -121,6 +121,7 @@ export const documentsPlugin = plugin(documentsId, {
|
||||
DeleteDocumentCategory: '' as Ref<Action<Doc, any>>,
|
||||
DeleteDocument: '' as Ref<Action>,
|
||||
ArchiveDocument: '' as Ref<Action>,
|
||||
MakeDocumentObsolete: '' as Ref<Action>,
|
||||
EditDocSpace: '' as Ref<Action>,
|
||||
TransferDocument: '' as Ref<Action>,
|
||||
Print: '' as Ref<Action<Doc, { signed: boolean }>>,
|
||||
@@ -202,6 +203,10 @@ export const documentsPlugin = plugin(documentsId, {
|
||||
Deleted: '' as IntlString,
|
||||
Effective: '' as IntlString,
|
||||
Archived: '' as IntlString,
|
||||
Obsolete: '' as IntlString,
|
||||
MakeDocumentObsolete: '' as IntlString,
|
||||
MakeDocumentObsoleteDialog: '' as IntlString,
|
||||
MakeDocumentObsoleteConfirm: '' as IntlString,
|
||||
Parent: '' as IntlString,
|
||||
Template: '' as IntlString,
|
||||
GeneralInfo: '' as IntlString,
|
||||
|
||||
Reference in New Issue
Block a user