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 30495200B2D for ; Thu, 16 Jun 2016 09:31:57 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2EE00160A52; Thu, 16 Jun 2016 07:31:57 +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 6B90D160A51 for ; Thu, 16 Jun 2016 09:31:56 +0200 (CEST) Received: (qmail 949 invoked by uid 500); 16 Jun 2016 07:31:55 -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 938 invoked by uid 99); 16 Jun 2016 07:31:55 -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; Thu, 16 Jun 2016 07:31:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 02F04DFDEF; Thu, 16 Jun 2016 07:31:54 +0000 (UTC) From: tmess567 To: dev@syncope.apache.org Reply-To: dev@syncope.apache.org Message-ID: Subject: [GitHub] syncope pull request #21: SYNCOPE-871 Linked NumberWidgets to pages Content-Type: text/plain Date: Thu, 16 Jun 2016 07:31:54 +0000 (UTC) archived-at: Thu, 16 Jun 2016 07:31:57 -0000 GitHub user tmess567 opened a pull request: https://github.com/apache/syncope/pull/21 SYNCOPE-871 Linked NumberWidgets to pages Added events to NumberWidget that listen to mousedown events and open up the respective pages as discussed in the [SYNCOPE-871 issue](https://issues.apache.org/jira/browse/SYNCOPE-871). You can merge this pull request into a Git repository by running: $ git pull https://github.com/tmess567/syncope SYNCOPE-871 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/syncope/pull/21.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #21 ---- commit 26387bc722a53ffce1366a4032d8f3ae1b8ecdcd Author: Tushar Date: 2016-06-16T07:29:54Z SYNCOPE-871 Linked NumberWidgets on Dashboard ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---