Closed PaulMougel closed 11 years ago
Both click handlers are called, causing at the same time a read and an unread request to be sent. and depending on the order in which AngularJS fires the handlers, sometimes the unread request wins, sometimes it is the read that wins.
read
unread
This is fixed with the new frontend layout in d71d155e2d5ea2994319aae723a71cae8cecee23
Both click handlers are called, causing at the same time a
read
and anunread
request to be sent. and depending on the order in which AngularJS fires the handlers, sometimes theunread
request wins, sometimes it is theread
that wins.