You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/10/10 09:41:55 UTC

[2/2] syncope git commit: [SYNCOPE-1369] Fix on console extension

[SYNCOPE-1369] Fix on console extension


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

Branch: refs/heads/master
Commit: 543996c76d436ae219728633951b969b2ebf0958
Parents: 2c48533
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Wed Oct 10 11:41:35 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Wed Oct 10 11:41:42 2018 +0200

----------------------------------------------------------------------
 .../java/org/apache/syncope/client/console/pages/Flowable.java   | 4 ----
 .../org/apache/syncope/client/console/pages/Flowable.html        | 1 -
 2 files changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/543996c7/ext/flowable/client-console/src/main/java/org/apache/syncope/client/console/pages/Flowable.java
----------------------------------------------------------------------
diff --git a/ext/flowable/client-console/src/main/java/org/apache/syncope/client/console/pages/Flowable.java b/ext/flowable/client-console/src/main/java/org/apache/syncope/client/console/pages/Flowable.java
index a533897..4784913 100644
--- a/ext/flowable/client-console/src/main/java/org/apache/syncope/client/console/pages/Flowable.java
+++ b/ext/flowable/client-console/src/main/java/org/apache/syncope/client/console/pages/Flowable.java
@@ -43,10 +43,6 @@ public class Flowable extends BaseExtPage {
         content.setOutputMarkupId(true);
         body.add(content);
 
-        WebMarkupContainer disabled = new WebMarkupContainer("disabled");
-        disabled.setOutputMarkupPlaceholderTag(true);
-        content.add(disabled);
-
         WizardMgtPanel<BpmnProcess> bpmnProcessesPanel = new BpmnProcessDirectoryPanel.Builder(getPageReference()) {
 
             private static final long serialVersionUID = -5960765294082359003L;

http://git-wip-us.apache.org/repos/asf/syncope/blob/543996c7/ext/flowable/client-console/src/main/resources/org/apache/syncope/client/console/pages/Flowable.html
----------------------------------------------------------------------
diff --git a/ext/flowable/client-console/src/main/resources/org/apache/syncope/client/console/pages/Flowable.html b/ext/flowable/client-console/src/main/resources/org/apache/syncope/client/console/pages/Flowable.html
index b23fab0..763e797 100644
--- a/ext/flowable/client-console/src/main/resources/org/apache/syncope/client/console/pages/Flowable.html
+++ b/ext/flowable/client-console/src/main/resources/org/apache/syncope/client/console/pages/Flowable.html
@@ -28,7 +28,6 @@ under the License.
     </section>
 
     <section class="content" wicket:id="content">
-      <span wicket:id="disabled"><i><wicket:message key="disabled"/></i></span>
       <div class="box">
         <div class="box-body" wicket:id="bpmnProcessesPanel"/>
       </div>