stable

Clone or download

Read-only

Remove Text format for new comments / text fields in Artifact modal

Part of story #18337 markdown replace text How to test: Before the test, create an artifact with a Text field saved in Text format. Open said artifact in the Artifact Modal (for example in Kanban or Planning View). - When you edit the Text field, the "Text" format is still available. You can switch formats and switch back to "Text" as long as you don't submit the modal. - "Text" format is no longer available for new follow-up comments. - If you edit a Text field that was saved in "HTML" or "Markdown" format, you can no longer choose the "Text" format. Change-Id: I61fa79a809220fc48a969444f4a251366f807e85

Modified Files

Name
M plugins/tracker/scripts/angular-artifact-modal/src/common/FormatSelector.vue +6 −2 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/followups/FollowupEditor.vue +1 −0 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/text-field/TextField.vue +9 −0 Go to diff View file