- fixed a bug where new "active" status of a connection was saved to DB (this is client info only)

This commit is contained in:
Mark Friedrich
2017-12-08 20:39:57 +01:00
parent 3bf98ed0f3
commit fd26dc32af

View File

@@ -254,7 +254,7 @@ define([
// normalize connection array
connectionTypes = $.grep(connectionTypes, function(n){
// 'default' is added by jsPlumb by default -_-
return ( n.length > 0 && n !== 'default');
return ( n.length > 0 && n !== 'default' && n !== 'active');
});
let data = {