stable
Clone or download
Read-only
When we load an empty document that is not configured, then we should be prompted to configure it, instead of ending up with a semi broken document. Introduced by 0653f49294de4c7d6a5c030266ea834952ba54aa Also fix e2e tests part of story #38627: Choice of a new Rich Text Editor closes request #39668: Preconfiguration of artidoc is lost Change-Id: Iac101eab7d98ca6fd65b9ece6ef409ae3be50fc4
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/artidoc/scripts/artidoc/src/components/AddNewSectionButton.vue | +1 | −0 | Go to diff View file |
M | plugins/artidoc/scripts/artidoc/src/stores/useSectionsStore.test.ts | +18 | −0 | Go to diff View file |
M | plugins/artidoc/scripts/artidoc/src/stores/useSectionsStore.ts | +18 | −14 | Go to diff View file |
M | plugins/artidoc/tests/e2e/cypress/cypress/e2e/artidoc.cy.ts | +2 | −0 | Go to diff View file |