stable

Clone or download

Read-only

feat: disable save button while upload is loading

While the upload is loading, the save button should be disabled. Part of story #38627: Choice of a new Rich Text Editor Change-Id: I6e87edf53727df688cc7036b891f0e08bf77a507

Modified Files

Name
M plugins/artidoc/scripts/artidoc/src/components/print/SectionPrinterVersion.vue +2 −0 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/section/SectionContent.test.ts +8 −0 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/section/SectionContent.vue +11 −1 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/section/description/SectionDescription.test.ts +2 −0 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/section/description/SectionDescription.vue +3 −0 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/section/description/SectionDescriptionEditorProseMirror.test.ts +3 −23 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/section/description/SectionDescriptionEditorProseMirror.vue +3 −7 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/section/footer/SectionEditorSaveCancelButtons.test.ts +30 −0 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/section/footer/SectionEditorSaveCancelButtons.vue +7 −1 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/composables/useSectionEditor.test.ts +20 −2 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/composables/useSectionEditor.ts +10 −0 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/helpers/stubs/SectionEditorStub.ts +1 −0 Go to diff View file
A plugins/artidoc/scripts/artidoc/src/helpers/stubs/UploadFileStub.ts +64 −0 Go to diff View file