stable

Clone or download

Read-only

Add the support of Markdown in the follow ups of the Mass change view

Part of story #18336 add support of markdown Only the follow up supports the format selection. Others text field don't You can test this patch by play the follow up text field in mass change and then see the comments in the concerned artifact. No functionnal changes expected in edition and creation of an artifact side. Change-Id: I09620b5098af10216ebc0a48ec1a5ad98b57facd

Modified Files

Name
M plugins/tracker/include/Tracker/Tracker.class.php +11 −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/artifact/mass-change/mass-change-view.ts +33 −0 Go to diff View file
R plugins/tracker/scripts/artifact/RichTextEditorsCreator.test.ts Go to diff View file
R plugins/tracker/scripts/artifact/RichTextEditorsCreator.ts Go to diff View file
A plugins/tracker/scripts/artifact/rich-text-editor-creator/RichTextEditorsCreatorWithoutImageUpload.test.ts +54 −0 Go to diff View file
A plugins/tracker/scripts/artifact/rich-text-editor-creator/RichTextEditorsCreatorWithoutImageUpload.ts +41 −0 Go to diff View file
D plugins/tracker/scripts/legacy/TrackerRichTextEditor.js +0 −42 Go to diff View file
M plugins/tracker/scripts/modal-v2/modal-in-place.js +1 −1 Go to diff View file
M plugins/tracker/webpack.common.js +1 −1 Go to diff View file