Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8EF4B18600 for ; Thu, 3 Dec 2015 18:35:16 +0000 (UTC) Received: (qmail 49383 invoked by uid 500); 3 Dec 2015 18:35:16 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 49344 invoked by uid 500); 3 Dec 2015 18:35:16 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 49333 invoked by uid 99); 3 Dec 2015 18:35:15 -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, 03 Dec 2015 18:35:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C6A04E6805; Thu, 3 Dec 2015 18:35:15 +0000 (UTC) From: nleclerc To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org Message-ID: Subject: [GitHub] cordova-plugin-camera pull request: [iOS] Fixed authorization erro... Content-Type: text/plain Date: Thu, 3 Dec 2015 18:35:15 +0000 (UTC) GitHub user nleclerc opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/144 [iOS] Fixed authorization error when user clicks cancel in image selector view. I'm resurrecting a change from [an old pull request](https://github.com/apache/cordova-plugin-camera/pull/24) that was closed without any explanation. [The original issue](https://issues.apache.org/jira/browse/CB-6576) has been improperly marked as resolved when it clearly is not. Problem is there's currently no way to know when a user has just cancelled the image capture since clicking cancel send a `has no access to assets` error when it really isn't an authorization issue. You can merge this pull request into a Git repository by running: $ git pull https://github.com/nleclerc/cordova-plugin-camera ios-cancel-fix Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-camera/pull/144.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 #144 ---- commit c34a6fdc18aaf12aab6c0c43e03bc9c63267b895 Author: Nicolas Leclerc Date: 2015-12-03T18:19:27Z iOS: Fixed plugin sending authorization error when user clicks cancel in image selector view. ---- --- 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. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org