This repository has been archived by the owner on Sep 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 527
Batch fetch fetches system apps #1048
Labels
Comments
Duplicate of #1031 Restrictions are only cleared for applications found on the server. Restrictions for system applications can only be fetch individually. |
Well then it's a bug and not a feature request with a low priority, because system apps got their permissions changed when I did fetch for non-system apps (or so I thought...) |
System applications are not batch fetched, I have checked: |
Then I looked at the line you showed and it's clearly a bug because the statement is true if app not system OR data not empty. It should be "AND" |
It should be an OR: not system application OR individual fetch. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I think it's quiet important bug when you see list of apps filtered the way you like and want fetch permissions for these apps, only to realize that permissions for all other apps, including system getting destroyed in the process and you can't stop it...
The text was updated successfully, but these errors were encountered: