Bug #54389

Update tag count upon dropping asset

Added by Arjen Hoekema over 1 year ago.

Status:New Start date:2013-12-13
Priority:Could have Due date:
Assigned To:- % Done:

0%

Category:-
Target version:-

Description

When adding/dropping a media asset to a tag the count is not updated.

Maybe this could be added to the 'done' handler in 'tagging.js':

$('.count', tag).text(parseInt($('.count', tag).text()) + 1);

Also available in: Atom PDF