stable

Clone or download

Read-only

Add the Markdown format for Step defintiion field in Artifact view

Part of story #18336 add support of markdown How to test: - Go the artifact view of a test. - Add/Edit the Step definition fields - Save the changes => The display of your step should be consistent with the used format. Change-Id: I2db1d811e0c381ae809434380d3daf1d8a5f5d85

Modified Files

Name
M plugins/testmanagement/include/TestManagement/Step/Definition/Field/StepDefinition.php +1 −1 Go to diff View file
M plugins/testmanagement/package.json +2 −0 Go to diff View file
M plugins/testmanagement/scripts/step-definition-field/StepDefinitionActions.vue +21 −3 Go to diff View file
M plugins/testmanagement/scripts/step-definition-field/StepDefinitionEditableStep.vue +34 −32 Go to diff View file
M plugins/testmanagement/scripts/step-definition-field/store/getters.js +2 −2 Go to diff View file
M plugins/testmanagement/webpack.common.js +1 −1 Go to diff View file
M plugins/tracker/scripts/artifact/create-view.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/artifact/edition/edit-view.ts +1 −1 Go to diff View file
A plugins/tracker/scripts/lib/rich-text-editor/src/ExistingFormatSelector.test.ts +97 −0 Go to diff View file
A plugins/tracker/scripts/lib/rich-text-editor/src/ExistingFormatSelector.ts +40 −0 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/RichTextEditorFactory.ts +29 −14 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/TextEditor.test.ts +49 −0 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/TextEditor.ts +7 −0 Go to diff View file