stable

Clone or download

Read-only

feat: add artifact id in section title

The user can go on artifact detail view easily, instead of search manually. To test this feature, go to an artidoc (/artidoc/:id) with sections and click on artifact id in section header. Part of story #37542: display a read only Document Change-Id: I8e87be7e78f319e4508c6f236ff207de6d5cf5e9

Modified Files

Name
A plugins/artidoc/scripts/artidoc/src/components/SectionTitleWithArtifactId.test.ts +45 −0 Go to diff View file
A plugins/artidoc/scripts/artidoc/src/components/SectionTitleWithArtifactId.vue +44 −0 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/views/DocumentContent.test.ts +11 −2 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/views/DocumentContent.vue +11 −12 Go to diff View file