Issue #108: notification number
Reported by: | aurelien |
State: | new |
Created on: | 2015-03-13 21:19 |
Updated on: | 2015-03-13 21:28 |
Description
notification number don't refresh a to 0 when mark read, need to refresh the page or change of page.
Attachments
Comments
Comment by Thomas De Schampheleire, on 2015-03-13 21:28
A similar issue is present in the pull requests: the comment counts are not updated when you create inline comments. This is related to the usage of AJAX to update only part of a page, and this dynamic loading does not change other elements such as notification count or comment count.
It needs to be fixed indeed, contributions are welcome!