From commits-return-11476-archive-asf-public=cust-asf.ponee.io@syncope.apache.org Fri Jun 22 14:30:23 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 91623180647 for ; Fri, 22 Jun 2018 14:30:22 +0200 (CEST) Received: (qmail 57035 invoked by uid 500); 22 Jun 2018 12:30:21 -0000 Mailing-List: contact commits-help@syncope.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@syncope.apache.org Delivered-To: mailing list commits@syncope.apache.org Received: (qmail 57026 invoked by uid 99); 22 Jun 2018 12:30:21 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jun 2018 12:30:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 95BE8DFAB3; Fri, 22 Jun 2018 12:30:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: ilgrosso@apache.org To: commits@syncope.apache.org Message-Id: <18f7713500474c44950802d9d8738638@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: syncope git commit: Displaying the standard plus button to add mapping items Date: Fri, 22 Jun 2018 12:30:21 +0000 (UTC) Repository: syncope Updated Branches: refs/heads/2_0_X 772f3f367 -> 914a8a754 Displaying the standard plus button to add mapping items Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/914a8a75 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/914a8a75 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/914a8a75 Branch: refs/heads/2_0_X Commit: 914a8a7544ade53d668176813d59517e809c392b Parents: 772f3f3 Author: Francesco Chicchiriccò Authored: Fri Jun 22 14:30:07 2018 +0200 Committer: Francesco Chicchiriccò Committed: Fri Jun 22 14:30:07 2018 +0200 ---------------------------------------------------------------------- .../syncope/client/console/wizards/AbstractMappingPanel.java | 2 +- .../syncope/client/console/wizards/AbstractMappingPanel.html | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/914a8a75/client/console/src/main/java/org/apache/syncope/client/console/wizards/AbstractMappingPanel.java ---------------------------------------------------------------------- diff --git a/client/console/src/main/java/org/apache/syncope/client/console/wizards/AbstractMappingPanel.java b/client/console/src/main/java/org/apache/syncope/client/console/wizards/AbstractMappingPanel.java index 217c9e8..5bd5f79 100644 --- a/client/console/src/main/java/org/apache/syncope/client/console/wizards/AbstractMappingPanel.java +++ b/client/console/src/main/java/org/apache/syncope/client/console/wizards/AbstractMappingPanel.java @@ -370,7 +370,7 @@ public abstract class AbstractMappingPanel extends Panel { mappings.setReuseItems(true); mappingContainer.add(mappings); - addMappingBtn = new IndicatingAjaxButton("addMappingBtn", new ResourceModel("add")) { + addMappingBtn = new IndicatingAjaxButton("addMappingBtn") { private static final long serialVersionUID = -4804368561204623354L; http://git-wip-us.apache.org/repos/asf/syncope/blob/914a8a75/client/console/src/main/resources/org/apache/syncope/client/console/wizards/AbstractMappingPanel.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/AbstractMappingPanel.html b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/AbstractMappingPanel.html index 6df2828..96b8124 100644 --- a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/AbstractMappingPanel.html +++ b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/AbstractMappingPanel.html @@ -83,7 +83,9 @@ under the License. - +