[Rt-commit] rt branch, 4.6/lifecycle-ui-dev, repushed

Craig Kaiser craig at bestpractical.com
Thu Jan 2 14:25:49 EST 2020


The branch 4.6/lifecycle-ui-dev was deleted and repushed:
       was 8eda2669254b07b11ecc8e93184b5cdd755bf00c
       now b1e69137a4b51c26c76cb36c5aa1535dd61c84a3

1: 8eda266925 ! 1: b1e69137a4 Lifecycle-UI
    @@ -993,7 +993,7 @@
     +      <br>
     +      <strong>Click an edge</strong> to interact with it.
     +      <br>
    -+      To disable the simulation and drag nodes to a location without force acting on them click the "Disable simulation" checkbox.
    ++      To disable the simulation and drag nodes to a location without force acting on them click the "Auto Layout" checkbox.
     +    </p>
     +  </div>
     +</div>
    @@ -1719,7 +1719,7 @@
     +            else {
     +                var name = document.getElementsByName('name')[0].value;
     +
    -+                if ( self.nodes.reduce(function(n, x) { return n + (x.name === name) }, 0) >= 1 || name === '' ) {
    ++                if ( self.editing_node.name != name && self.nodes.reduce(function(n, x) { return n + (x.name === name) }, 0) >= 1 || name === '' ) {
     +                    var form  = jQuery('#lifeycycle-ui-edit-node');
     +                    var field = jQuery('<div class="alert alert-warning removing">Name invalid</div>');
     +                    form.prepend(field);



More information about the rt-commit mailing list