stable
Clone or download
Read-only
Merge 'gerrit #24765' into stable/master
* commit '61aa31bd57': request #24662 hybrids 6.0.0 -> 7.0.4 Change-Id: Ida57926b7f347acd2feddb9affcf20f74e279b75
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/scripts/lib/artifact-modal/package.json | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/pnpm-lock.yaml | +4 | −4 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/common/CommonmarkPreviewButton.test.ts | +4 | −2 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/common/CommonmarkPreviewButton.ts | +3 | −4 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/common/CommonmarkSyntaxHelper.ts | +4 | −7 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/common/FormatSelector.ts | +6 | −5 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/common/RichTextEditor.ts | +5 | −6 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/fields/float-field/FloatField.ts | +3 | −4 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/fields/int-field/IntField.ts | +3 | −4 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/fields/radio-buttons-field/RadioButtonsField.test.ts | +21 | −1 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/fields/radio-buttons-field/RadioButtonsField.ts | +9 | −7 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/fields/string-field/StringField.ts | +3 | −4 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/followups/FollowupEditor.ts | +4 | −4 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal.js | +5 | −22 | Go to diff View file |