Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0F5FC200CB5 for ; Wed, 12 Jul 2017 08:58:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0E0001681C1; Wed, 12 Jul 2017 06:58:06 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 53FAA1681BF for ; Wed, 12 Jul 2017 08:58:05 +0200 (CEST) Received: (qmail 40126 invoked by uid 500); 12 Jul 2017 06:58:04 -0000 Mailing-List: contact dev-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 dev@syncope.apache.org Received: (qmail 40113 invoked by uid 99); 12 Jul 2017 06:58:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jul 2017 06:58:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id ED9641893CC for ; Wed, 12 Jul 2017 06:58:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id Al4tNqxHPEBo for ; Wed, 12 Jul 2017 06:58:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id BB2AE627CB for ; Wed, 12 Jul 2017 06:58:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 77BCAE00A3 for ; Wed, 12 Jul 2017 06:58:02 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 5F72324706 for ; Wed, 12 Jul 2017 06:58:00 +0000 (UTC) Date: Wed, 12 Jul 2017 06:58:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@syncope.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SYNCOPE-1145) Connector and Resource configuration versioning MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 12 Jul 2017 06:58:06 -0000 [ https://issues.apache.org/jira/browse/SYNCOPE-1145?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16= 083546#comment-16083546 ]=20 ASF GitHub Bot commented on SYNCOPE-1145: ----------------------------------------- Github user ilgrosso commented on a diff in the pull request: https://github.com/apache/syncope/pull/50#discussion_r126876984 =20 --- Diff: client/console/src/main/java/org/apache/syncope/client/consol= e/topology/TopologyTogglePanel.java --- @@ -522,6 +549,32 @@ public String getAjaxIndicatorMarkupId() { MetaDataRoleAuthorizationStrategy.authorize(push, RENDER, Stan= dardEntitlement.TASK_LIST); fragment.add(push); =20 + AjaxLink history =3D new IndicatingAjaxLink("h= istory") { + + private static final long serialVersionUID =3D -1876519166= 660008562L; + + @Override + public void onClick(final AjaxRequestTarget target) { + String connID =3D String.class.cast(node.getKey()); --- End diff -- =20 This is `resourceKey` or even `resource`, not `connID`. > Connector and Resource configuration versioning > ----------------------------------------------- > > Key: SYNCOPE-1145 > URL: https://issues.apache.org/jira/browse/SYNCOPE-1145 > Project: Syncope > Issue Type: New Feature > Components: common, console, core > Reporter: Francesco Chicchiricc=C3=B2 > Assignee: Francesco Chicchiricc=C3=B2 > Fix For: 2.0.5, 2.1.0 > > > It often happens that, while playing with Connectors' and Resources' conf= iguration, everything works up until a certain point, then some misconfigur= ation happens and errors start appearing. > In such situations, it would be handy to have a simple mechanism to rever= t to a previous (working) situation. -- This message was sent by Atlassian JIRA (v6.4.14#64029)