[openstreetmap/openstreetmap-website] Message read_mark and mute resources (PR #5536)
Tom Hughes
notifications at github.com
Thu Jan 23 18:10:01 UTC 2025
@tomhughes requested changes on this pull request.
> @@ -43,7 +43,7 @@ def initialize(user)
can :update, DiaryEntry, :user => user
can [:create], DiaryComment
can [:show, :create, :destroy], Follow
- can [:read, :create, :mark, :unmute, :destroy], Message
+ can :manage, Message
This shouldn't be removing `unmute` in the first commit as it doesn't move to it's own controller until the third commit.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5536#pullrequestreview-2570641616
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/5536/review/2570641616 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250123/19adc31a/attachment.htm>
More information about the rails-dev
mailing list