[SYNCOPE-716] Fixed
Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/893d8890 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/893d8890 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/893d8890 Branch: refs/heads/master Commit: 893d88901513100e3daf5d4d5b4b47a3f72f9aea Parents: d2f57ab Author: Francesco Chicchiriccò <[email protected]> Authored: Tue Oct 27 10:09:15 2015 +0100 Committer: Francesco Chicchiriccò <[email protected]> Committed: Tue Oct 27 10:09:15 2015 +0100 ---------------------------------------------------------------------- .../main/java/org/apache/syncope/console/pages/SchemaModalPage.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/893d8890/console/src/main/java/org/apache/syncope/console/pages/SchemaModalPage.java ---------------------------------------------------------------------- diff --git a/console/src/main/java/org/apache/syncope/console/pages/SchemaModalPage.java b/console/src/main/java/org/apache/syncope/console/pages/SchemaModalPage.java index 1e634f0..a0415ac 100644 --- a/console/src/main/java/org/apache/syncope/console/pages/SchemaModalPage.java +++ b/console/src/main/java/org/apache/syncope/console/pages/SchemaModalPage.java @@ -169,6 +169,7 @@ public class SchemaModalPage extends AbstractSchemaModalPage<SchemaTO> { enumParams, enumerationValuesPanel, enumerationValues, enumerationKeys, encryptedParams, secretKey, cipherAlgorithm, binaryParams, mimeType); + target.add(conversionParams); target.add(typeParams); } });
