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/02/07 09:59:17 UTC

[syncope] branch 2_1_X updated (d883d12 -> 19e4dba)

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

ilgrosso pushed a change to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git.


    from d883d12  Ensuring values are properly encoded for FIQL
     new c210ebd  Upgrading java-uuid-generator
     new 19e4dba  [SYNCOPE-1538] Fixing AjaxCharacterFieldPanel

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../console/wicket/markup/html/form/AjaxCharacterFieldPanel.html       | 3 ++-
 pom.xml                                                                | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)


[syncope] 02/02: [SYNCOPE-1538] Fixing AjaxCharacterFieldPanel

Posted by il...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 19e4dbac0b0c10a6f94af179aad909f74ebbc395
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Feb 7 10:58:43 2020 +0100

    [SYNCOPE-1538] Fixing AjaxCharacterFieldPanel
---
 .../console/wicket/markup/html/form/AjaxCharacterFieldPanel.html       | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/AjaxCharacterFieldPanel.html b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/AjaxCharacterFieldPanel.html
index e9123ef..78d702b 100644
--- a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/AjaxCharacterFieldPanel.html
+++ b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/AjaxCharacterFieldPanel.html
@@ -20,9 +20,10 @@ under the License.
   <wicket:extend>
     <wicket:enclosure child="field-label">
       <label wicket:id="field-label">[LABEL]</label><span wicket:id="required"/>
+      <span wicket:id="externalAction"/>
     </wicket:enclosure>
     <fieldset class="input-group">
-      <input type="text" class="form-control" wicket:id="searchField" placeholder=""/>
+      <input type="text" class="form-control" wicket:id="textField" placeholder=""/>
     </fieldset>
   </wicket:extend>
 </html>


[syncope] 01/02: Upgrading java-uuid-generator

Posted by il...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c210ebd13c09dd17ae9312442aef1be6f06aaee9
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Feb 7 07:47:53 2020 +0100

    Upgrading java-uuid-generator
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 24324e5..a49acf1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -839,7 +839,7 @@ under the License.
       <dependency>
         <groupId>com.fasterxml.uuid</groupId>
         <artifactId>java-uuid-generator</artifactId>
-        <version>3.2.0</version>
+        <version>3.3.0</version>
       </dependency>
 
       <dependency>