stable

Clone or download

Read-only

feat: refresh description after save

When the user update the description with the editor, it should GET the new section (with description.processed_value updated) from the API. Part of story #37543: edit ArtifactsAsDocument sections Change-Id: Id06c33986cfc5832204869cd28ee166fa513f0ec

Modified Files

Name
M plugins/artidoc/scripts/artidoc/src/composables/useSectionEditor.test.ts +33 −0 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/composables/useSectionEditor.ts +23 −12 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/helpers/artidoc-section.factory.ts +1 −0 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/helpers/artidoc-section.type.ts +1 −0 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/helpers/rest-querier.ts +20 −12 Go to diff View file