You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2015/11/26 15:23:06 UTC

svn commit: r1716674 - in /qpid/java/branches/6.0.x: ./ bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb/show.js

Author: orudyy
Date: Thu Nov 26 14:23:06 2015
New Revision: 1716674

URL: http://svn.apache.org/viewvc?rev=1716674&view=rev
Log:
QPID-6878: [Java Broker] Enable Edit button when BDB VHN state is STOPPED or ERRORED
------------------------------------------------------------------------
Merged from trunk with command:
svn merge -c r1716209 https://svn.apache.org/repos/asf/qpid/java/trunk

Modified:
    qpid/java/branches/6.0.x/   (props changed)
    qpid/java/branches/6.0.x/bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb/show.js

Propchange: qpid/java/branches/6.0.x/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Nov 26 14:23:06 2015
@@ -9,5 +9,5 @@
 /qpid/branches/java-broker-vhost-refactor/java:1493674-1494547
 /qpid/branches/java-network-refactor/qpid/java:805429-821809
 /qpid/branches/qpid-2935/qpid/java:1061302-1072333
-/qpid/java/trunk:1715445-1715447,1715586,1715940,1716086-1716087,1716127-1716128,1716141,1716153,1716155,1716194,1716204
+/qpid/java/trunk:1715445-1715447,1715586,1715940,1716086-1716087,1716127-1716128,1716141,1716153,1716155,1716194,1716204,1716209
 /qpid/trunk/qpid:796646-796653

Modified: qpid/java/branches/6.0.x/bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb/show.js
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.0.x/bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb/show.js?rev=1716674&r1=1716673&r2=1716674&view=diff
==============================================================================
--- qpid/java/branches/6.0.x/bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb/show.js (original)
+++ qpid/java/branches/6.0.x/bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb/show.js Thu Nov 26 14:23:06 2015
@@ -32,6 +32,7 @@ define(["qpid/common/util", "dojo/domRea
     BdbNode.prototype.update=function(data)
     {
        util.updateUI(data, fieldNames, this);
+       this.parent.editNodeButton.set("disabled", !(data.state == "STOPPED" || data.state == "ERRORED"));
     };
 
     return BdbNode;



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org