stable
Clone or download
Read-only
Part of story #18337 markdown replace text How to test: - Edit an artifact (e.g via your Kanban) - In the follow up field, write some Markdown and clic kon the preview button => The Markdown should be interpreted => There is no functionnal change for regular text fields Note: Since I use mixin to "avoid" a DRY pattern between TextField.vue and FollowupEditor.vue, you should also try the regular text field to see if there is no regression Change-Id: I5537939401080cd939541514e9e125de7d4c5b60
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/tracker/scripts/angular-artifact-modal/src/common/textfield-mixin.js | +75 | −0 | Go to diff View file |
A | plugins/tracker/scripts/angular-artifact-modal/src/common/textfield-mixin.test.js | +102 | −0 | Go to diff View file |
M | plugins/tracker/scripts/angular-artifact-modal/src/followups/FollowupEditor.test.js | +46 | −7 | Go to diff View file |
M | plugins/tracker/scripts/angular-artifact-modal/src/followups/FollowupEditor.vue | +13 | −17 | Go to diff View file |
M | plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/text-field/TextField.test.js | +3 | −60 | Go to diff View file |
M | plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/text-field/TextField.vue | +8 | −45 | Go to diff View file |
M | plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal.tpl.html | +1 | −0 | Go to diff View file |