[Yanel-commits] rev 54630 - public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client

michi at wyona.com michi at wyona.com
Fri Nov 12 12:54:07 CET 2010


Author: michi
Date: 2010-11-12 12:54:06 +0100 (Fri, 12 Nov 2010)
New Revision: 54630

Modified:
   public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/CutPasteListOrderWidget.java
Log:
info alert commented such that UI is more fluent

Modified: public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/CutPasteListOrderWidget.java
===================================================================
--- public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/CutPasteListOrderWidget.java	2010-11-12 11:28:09 UTC (rev 54629)
+++ public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/CutPasteListOrderWidget.java	2010-11-12 11:54:06 UTC (rev 54630)
@@ -76,7 +76,7 @@
             for (int i = policyLB.getItemCount() - 1; i >= 0; i--) { // INFO: One needs to step backwards, because the size of the list decreases, because items are being removed if selected
                 if (policyLB.isItemSelected(i)) {
                     selectedCutItem = policyLB.getValue(i);
-                    Window.alert("INFO: Item '" + selectedCutItem + "' has been selected to be moved within policy. Select now another item and click either the 'Paste above' or 'Paste below' button.");
+                    //Window.alert("INFO: Item '" + selectedCutItem + "' has been selected to be moved within policy. Select now another item and click either the 'Paste above' or 'Paste below' button.");
 
                     //Window.alert("DEBUG: Selected item text: " + policyLB.getItemText(i));
                     selectedCutRights = policyLBW.getRights(policyLB.getItemText(i));



More information about the Yanel-commits mailing list