diff -r a5b9632729b6 -r 003b08bb3f25 src/main/kotlin/de/uapcore/lightpit/dao/AbstractIssueDao.kt --- a/src/main/kotlin/de/uapcore/lightpit/dao/AbstractIssueDao.kt Fri Dec 18 15:54:39 2020 +0100 +++ b/src/main/kotlin/de/uapcore/lightpit/dao/AbstractIssueDao.kt Fri Dec 18 16:09:20 2020 +0100 @@ -74,6 +74,7 @@ /** * Stores the specified comment in database. * This is an update-or-insert operation. + * The "updated" date of the corresponding issue is also updated. * * @param issue the issue to save the comment for * @param comment the comment to save