stable

Clone or download

Read-only

Convert lock store into typescript

part of request #18402 Convert document plugin into typescript No functional changes, user can still be able to lock unlock item Please note a bug have been found request #22208 I'll resolve it in a dedicated request Change-Id: If3ef70d709316258b3bd3ee21fed6cb1c9b49062

Modified Files

Name
M plugins/document/scripts/document/api/lock-rest-querier.ts +20 −20 Go to diff View file
A plugins/document/scripts/document/helpers/type-check-helper.ts +44 −0 Go to diff View file
M plugins/document/scripts/document/store/actions-helpers/handle-errors.ts +0 −13 Go to diff View file
M plugins/document/scripts/document/store/error/error-actions.test.ts +50 −9 Go to diff View file
M plugins/document/scripts/document/store/error/error-actions.ts +14 −1 Go to diff View file
D plugins/document/scripts/document/store/lock/lock-actions.js +0 −91 Go to diff View file
R plugins/document/scripts/document/store/lock/lock-actions.test.js Go to diff View file
A plugins/document/scripts/document/store/lock/lock-actions.ts +89 −0 Go to diff View file
R plugins/document/scripts/document/store/lock/lock-mutations.js Go to diff View file
M plugins/document/scripts/document/store/lock/module.js +2 −2 Go to diff View file