stable

Clone or download

Read-only

request #14788: Date reminder can't be updated or deleted

This is due to git #tuleap/stable/632bbf25dfdb8f6ef3c5ac133b7f4023e8ff68ab where a change to Tracker::getId() has been done to make sure it always returns an int instead of a string. Adding the return type to \Tracker_DateReminder::getTrackerId() enforces the type to int (automagic cast to int due to absence of strict type for the file). How to reproduce : - Go to "notifications" in a tracker administration - Add a reminder - Try to update or delete it, you will have an error : ""x" is not a valid date reminder". Change-Id: Ide5acfa5b4e3751d9c3a8191ae6ad2cf77112052

Modified Files

Name
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminder.class.php +1 −2 Go to diff View file