[otrs-cvs] otrs/var/httpd/htdocs/js Core.UI.ActionRow.js, 1.6.2.3, 1.6.2.4

"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-serv1695/var/httpd/htdocs/js

Modified Files:
      Tag: rel-3_1
	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.6.2.3
retrieving revision 1.6.2.4
diff -2 -u -d -r1.6.2.3 -r1.6.2.4
--- Core.UI.ActionRow.js	10 Aug 2012 11:43:08 -0000	1.6.2.3
+++ Core.UI.ActionRow.js	17 Dec 2012 14:09:43 -0000	1.6.2.4
@@ -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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.