You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by fm...@apache.org on 2016/01/15 16:14:37 UTC

syncope git commit: fix for build #574

Repository: syncope
Updated Branches:
  refs/heads/master 084746e9a -> fa23a95d2


fix for build #574


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/fa23a95d
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/fa23a95d
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/fa23a95d

Branch: refs/heads/master
Commit: fa23a95d2d0734fb7f3f5b7a7d2b9cc720613314
Parents: 084746e
Author: fmartelli <fa...@gmail.com>
Authored: Fri Jan 15 16:14:24 2016 +0100
Committer: fmartelli <fa...@gmail.com>
Committed: Fri Jan 15 16:14:24 2016 +0100

----------------------------------------------------------------------
 .../syncope/client/console/topology/TopologyTogglePanel.java       | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/fa23a95d/client/console/src/main/java/org/apache/syncope/client/console/topology/TopologyTogglePanel.java
----------------------------------------------------------------------
diff --git a/client/console/src/main/java/org/apache/syncope/client/console/topology/TopologyTogglePanel.java b/client/console/src/main/java/org/apache/syncope/client/console/topology/TopologyTogglePanel.java
index 61e19ac..68a111e 100644
--- a/client/console/src/main/java/org/apache/syncope/client/console/topology/TopologyTogglePanel.java
+++ b/client/console/src/main/java/org/apache/syncope/client/console/topology/TopologyTogglePanel.java
@@ -117,8 +117,6 @@ public class TopologyTogglePanel extends TogglePanel {
 
             @Override
             public void onClick(final AjaxRequestTarget target) {
-                final IModel<ConnInstanceTO> model = new CompoundPropertyModel<>(null);
-                modal.setFormModel(model);
                 target.add(modal);
                 modal.header(new ResourceModel("task.generic.list", "Generic tasks"));
                 modal.show(true);