You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Prajwal S Belagavi (Jira)" <ji...@apache.org> on 2020/03/11 12:37:00 UTC

[jira] [Updated] (FINCN-203) Checking for Camera Permission instead of Write Permission in CustomerProfileActivity

     [ https://issues.apache.org/jira/browse/FINCN-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Prajwal S Belagavi updated FINCN-203:
-------------------------------------
     Attachment: 203issue-gif.gif
    Description: 
*Steps to Reproduce*
 # Click on "Customer" in side drawer.
 # Click on any item in list of customers.
 # Click on the profile picture (by default it's the Mifos Logo)
 # Click on "Share" option in the appbar.

*Summary*

Supposing the permission to write to external storage is not given, it'll ask for permission. When granted it should ideally call the "shareImage" method, but nothing happens. This is because when the Permission is being granted, it's checking for "CAMERA" permission instead of "WRITE_EXTERNAL_STORAGE" permission. It occurs when the permission is being granted initially and later, this error does not occur.

*Expected Behaviour*

When the Permission is granted for the first time, it should perform "share" feature wihout requiring the user to click on share icon in app bar. (1 Click on "share" is expected)

*Observed Behaviour*

When the Permission is granted for the first time,nothing happens. The user has to again click on "share" icon in app bar to use share feature. (2 Clicks on "share" is required)

!203issue-gif.gif!

  was:
# Click on "Customer" in side drawer.
 # Click on any item in list of customers.
 # Click on the profile picture (by default it's the Mifos Logo)
 # Click on "Share" option in the appbar.
 # Supposing the permission to write to external storage is not given, it'll ask for permission. When granted it should ideally call the "shareImage" method, but nothing happens. This is because when the Permission is being granted, it's checking for "CAMERA" permission instead of "WRITE_EXTERNAL_STORAGE" permission.

It occurs when the permission is being granted initially and later, this error does not occur.


> Checking for Camera Permission instead of Write Permission in CustomerProfileActivity
> -------------------------------------------------------------------------------------
>
>                 Key: FINCN-203
>                 URL: https://issues.apache.org/jira/browse/FINCN-203
>             Project: Fineract Cloud Native
>          Issue Type: Bug
>          Components: fineract-cn-mobile
>            Reporter: Prajwal S Belagavi
>            Priority: Minor
>         Attachments: 203issue-gif.gif, FINCN-203.mp4
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> *Steps to Reproduce*
>  # Click on "Customer" in side drawer.
>  # Click on any item in list of customers.
>  # Click on the profile picture (by default it's the Mifos Logo)
>  # Click on "Share" option in the appbar.
> *Summary*
> Supposing the permission to write to external storage is not given, it'll ask for permission. When granted it should ideally call the "shareImage" method, but nothing happens. This is because when the Permission is being granted, it's checking for "CAMERA" permission instead of "WRITE_EXTERNAL_STORAGE" permission. It occurs when the permission is being granted initially and later, this error does not occur.
> *Expected Behaviour*
> When the Permission is granted for the first time, it should perform "share" feature wihout requiring the user to click on share icon in app bar. (1 Click on "share" is expected)
> *Observed Behaviour*
> When the Permission is granted for the first time,nothing happens. The user has to again click on "share" icon in app bar to use share feature. (2 Clicks on "share" is required)
> !203issue-gif.gif!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)