Skip to content

Commit

Permalink
fix RemoteSiteAppPlugin.app_permission (#1543)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Jan 16, 2025
1 parent 8282c17 commit b0c8a66
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ Changed
- **Userprofile**
- Update UI for site read-only mode (#24)

Fixed
-----

- **Projectroles**
- Invalid ``app_permission`` in ``RemoteSiteAppPlugin`` (#1543)

Removed
-------

Expand Down
2 changes: 1 addition & 1 deletion projectroles/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ class RemoteSiteAppPlugin(SiteAppPluginPoint):
entry_point_url_id = 'projectroles:remote_sites'

#: Required permission for displaying the app
app_permission = 'userprofile.update_remote'
app_permission = 'projectroles.update_remote'


class SiteAppSettingsAppPlugin(SiteAppPluginPoint):
Expand Down

0 comments on commit b0c8a66

Please sign in to comment.