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 2020/01/29 17:24:52 UTC

[syncope] branch master updated: Passing AjaxWizard.Mode upwards to make PlainAttrs and VirAttrs behave correctly as templates (missing file)

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new 9a9351a  Passing AjaxWizard.Mode upwards to make PlainAttrs and VirAttrs behave correctly as templates (missing file)
9a9351a is described below

commit 9a9351af587af2cdac224db120e272e9012757f0
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Jan 29 18:24:41 2020 +0100

    Passing AjaxWizard.Mode upwards to make PlainAttrs and VirAttrs behave correctly as templates (missing file)
---
 .../java/org/apache/syncope/client/console/wizards/any/DerAttrs.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/client/idrepo/console/src/main/java/org/apache/syncope/client/console/wizards/any/DerAttrs.java b/client/idrepo/console/src/main/java/org/apache/syncope/client/console/wizards/any/DerAttrs.java
index 9f65714..b53712e 100644
--- a/client/idrepo/console/src/main/java/org/apache/syncope/client/console/wizards/any/DerAttrs.java
+++ b/client/idrepo/console/src/main/java/org/apache/syncope/client/console/wizards/any/DerAttrs.java
@@ -29,6 +29,7 @@ import org.apache.commons.lang3.StringUtils;
 import org.apache.syncope.client.console.SyncopeConsoleSession;
 import org.apache.syncope.client.ui.commons.wicket.markup.html.bootstrap.tabs.Accordion;
 import org.apache.syncope.client.ui.commons.markup.html.form.AjaxTextFieldPanel;
+import org.apache.syncope.client.ui.commons.wizards.AjaxWizard;
 import org.apache.syncope.common.lib.EntityTOUtils;
 import org.apache.syncope.common.lib.to.AnyTO;
 import org.apache.syncope.common.lib.Attr;