stable
Clone or download
Read-only
This is part of story #13570 Navigate in tracker administration with tabs Already existing users will be warned about the new tracker administration layout. Once viewed, this modal is no more displayed to the user. Users created after this patch will not show the modal. Change-Id: I0f72905b061016912d77f5fd471d38eccdac8524
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/db/install.sql | +5 | −0 | Go to diff View file |
A | plugins/tracker/db/mysql/updates/2019/201910151454_create_modal_new_layout_table.php | +71 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Admin/NewLayoutDao.php | +43 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +21 | −0 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po | +22 | −0 | Go to diff View file |
A | plugins/tracker/templates/admin-new-layout-modal.mustache | +14 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/TrackerAdminFields.js | +2 | −0 | Go to diff View file |