Skip to content

[Options] Provide feedback when permission was already granted

Kai Uwe Broulik requested to merge work/optionsadditionalpermissionfeedback into master

It's a little awkward having a link "additional permissions" that does nothing when the permission was already granted.

Instead, check for the permission and show a "You have already granted this permission." messsage, for which we conveniently already have a string from the request page.


  • Requesting permission still works
  • When it was already granted, shows this message

Screenshot_20210104_154531

Merge request reports