[otrs-cvs] otrs/var/httpd/htdocs/js Core.UI.ActionRow.js,1.9,1.10
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/var/httpd/htdocs/js
In directory lancelot:/tmp/cvs-serv23308/var/httpd/htdocs/js
Modified Files:
Core.UI.ActionRow.js
Log Message:
Fixed bug#8589 - Bulk-Action not possible for single ticket.
Author: mn
Index: Core.UI.ActionRow.js
===================================================================
RCS file: /home/cvs/otrs/var/httpd/htdocs/js/Core.UI.ActionRow.js,v
retrieving revision 1.9
retrieving revision 1.10
diff -2 -u -d -r1.9 -r1.10
--- Core.UI.ActionRow.js 10 Aug 2012 11:39:53 -0000 1.9
+++ Core.UI.ActionRow.js 17 Dec 2012 12:02:13 -0000 1.10
@@ -118,6 +118,6 @@
// Exactly one checkbox is selected
else if ($Checkboxes.length === 1 && !$('#SelectAllTickets').is(':checked') ) {
- // Update actions and deactivate bulk action
- $ActionRow.find('#BulkAction').addClass('Inactive');
+ // Update actions and activate bulk action
+ $ActionRow.find('#BulkAction').removeClass('Inactive');
// Find the element which is active (it must not be the clicked element!)
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log