stable

Clone or download

Read-only

Dnd or copy/paste images in steps

In artifact view, you can now drag 'n drop or copy/paste images in: * Text fields * Step definitions * Step expected results * Follow up comments (as soon as they are in HTML format) Export the project and import it in a new project. The images referenced in the step definitions or expected results are the imported ones. Part of story #13506: Support Images DnD in TTM steps Change-Id: Ibbc601e367e27331ca0f1d68a4a9946d4118a8cf

Modified Files

Name
M plugins/testmanagement/include/TestManagement/Step/Definition/Field/StepDefinition.php +53 −11 Go to diff View file
M plugins/testmanagement/include/TestManagement/Step/Execution/Field/StepExecution.php +1 −1 Go to diff View file
M plugins/testmanagement/scripts/step-definition-field/StepDefinitionEditableStep.vue +44 −4 Go to diff View file
M plugins/testmanagement/scripts/step-definition-field/StepDefinitionField.vue +6 −0 Go to diff View file
M plugins/testmanagement/scripts/step-definition-field/index.js +3 −0 Go to diff View file
M plugins/testmanagement/scripts/step-definition-field/store/mutations.js +7 −1 Go to diff View file
M plugins/testmanagement/templates/step-def-edit.mustache +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/RichTextareaProvider.php +10 −39 Go to diff View file
A plugins/tracker/include/Tracker/Artifact/UploadDataAttributesForRichTextEditorBuilder.php +82 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/View/Edit.class.php +18 −16 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Text.class.php +4 −2 Go to diff View file
M plugins/tracker/phpunit/Tracker/Artifact/RichTextareaProviderTest.php +10 −8 Go to diff View file