stable

Clone or download

Read-only

fix: Trove cat shortname should not contains ::

Closes request #39347 Project category shortname should not contains :: If shortname contains :: it can lead to misunderstanding *Testing:* If you create/update a trove cat with a shortname containing ::, it should raise an error Change-Id: Ice64ed28abae6bb4d91b6df8bff3e41d43b3623d

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +13 −1 Go to diff View file
M site-content/ko_KR/LC_MESSAGES/tuleap-core.po +12 −0 Go to diff View file
M site-content/pt_BR/LC_MESSAGES/tuleap-core.po +12 −0 Go to diff View file
M src/common/trove/TroveCatListController.php +36 −10 Go to diff View file
A src/common/trove/TroveCatWrongFullNameException.php +27 −0 Go to diff View file
A src/common/trove/TroveCatWrongShortNameException.php +27 −0 Go to diff View file