stable
Clone or download
Read-only
part of story #14291 Beautiful tracker creation How to rperoduce: Create a tracker named "Bugs" Create a new tracker named "Bugs" again => front end should display an error Create a new tracker named "bugs" again => front end should display an error This patch also replace Array.includes by indexOf for IE compatibility: https://caniuse.com/#feat=array-includes Change-Id: I851064fa0abbb7845e916e88d735de3b74433c95
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Creation/TrackerCreationPresenterBuilder.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Creation/TrackerCreationPresenterBuilderTest.php | +20 | −7 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/store/getters.test.ts | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/store/getters.ts | +8 | −2 | Go to diff View file |