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:19 UTC

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

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>