stable

Clone or download

Read-only

Fix html-escaper inclusion in tuleap blob

Part of request #19306 @mention does not work in HTML format for follow-ups and text fields In git #tuleap/stable/6e3e25e944cec9bf1b534ac334c17247767d28eb, the UMD build of the html-escaper lib has been badly included in the "tuleap.js" giant concatened blob of code. As a result, scripts still reliant on the global variable "tuleap.escaper.html" no longer function. This contribution fixes that. How to test: - Go to a Cardwall with at least one User Story shown - Click on the "Create a Task" link. It should open the Modal v2 - no javascript error appears when you change the format of a Text field to "html". Change-Id: Iac2cc13375c6ff44d9c84bedeaa57d24e69fd6a6

Modified Files

Name
M src/scripts/lib/html-escaper/src/escaper.js +16 −14 Go to diff View file
M src/webpack.common.js +1 −1 Go to diff View file