stable
Clone or download
Read-only
request #8070: Unable to rename a user if I am not using legacy trackers In recent installs, there is not any tracker v3 tables. This implies that renaming of a user always fails (system events) since it depends on the presence of those tables. + remove remaining tv3 tables from database_structure Change-Id: Ia80e478c2860c0c1b4d4b7ee165589cd94c5a8a0
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/dao/UserDao.class.php | +4 | −0 | Go to diff View file |
M | src/db/mysql/database_structure.sql | +0 | −28 | Go to diff View file |
M | src/db/mysql/trackerv3structure.sql | +27 | −0 | Go to diff View file |