stable

Clone or download

Read-only

closes request #22625 Concurrent notification no longer shows text field changes

How to reproduce: - Have an artifact with text field - Open this artifact in 2 tabs - Update the text field in the first tab - Try to update the artifact in the second tab Expected results: - A pop-up displays the changes on the first update - You can switch oto markup diff Note to reviewer: - I think it's broken since tuleap/stable/1d5825cd34887527cf30c5252e42d8570eb31860 - I use an event instead of call `initDiffButton` in `SubmissionKeeper.js`, because I can't add import in this file because of webpack rule `getLegacyConcatenatedScriptsPlugins` - I updated the color displayed in the pop-up because with grey on black, it was not clear Change-Id: Iaceb817404a6193efbdd5d3024775f4d23e4e0b0

Modified Files

Name
M plugins/tracker/scripts/artifact/edition/text-follow-up.ts +46 −27 Go to diff View file
M plugins/tracker/scripts/legacy/SubmissionKeeper.js +2 −1 Go to diff View file
M plugins/tracker/themes/default/css/style.scss +10 −1 Go to diff View file