stable
Clone or download
Read-only
request #13615 Artifact import CSV : warn people about artifacts which are not able to be imported
When artifacts are imported, and some artifacts not respect tracker's rules, the CSV file is partially imported. The purpose of this patch is to warn user about non imported artifact on the preview. How to test : - Choose a tracker with transition rules - Export and break transition rules - Choose the files on CSV import view --> you should have feedbacks about broken transitions Change-Id: Ib0ab8dbb5e0536248a53c7b315b81ae5b9d994c1
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Tracker.class.php | +19 | −8 | Go to diff View file |
A | plugins/tracker/phpunit/Tracker/TrackerTest.php | +154 | −0 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po | +8 | −0 | Go to diff View file |
M | plugins/tracker/tests/TrackerTest.php | +3 | −51 | Go to diff View file |
M | src/composer.json | +2 | −1 | Go to diff View file |