mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #18294
[Bug 1310861] Re: marking page objectionable now allows feedback
Ok I've added a patch so that if the access rule that is being checked
is called 'objectionable' then the allow comments option is only taken
into account for admins or institutional admins.
** Changed in: mahara
Status: Confirmed => In Progress
** Changed in: mahara
Assignee: (unassigned) => Robert Lyon (robertl-9)
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1310861
Title:
marking page objectionable now allows feedback
Status in Mahara ePortfolio:
In Progress
Bug description:
If user A:
- creates a page
- turns off feedback/comments
- shares it with logged in users
And User B comes along and marks it as objectionable
The ability to leave comments is activated and so now user C, D, and E
can all leave comments.
This is all due to the view_access table getting updated with
'allowcomments' column set to a hardcoded 1 rather than respecting the
settings of the view.
I could imagine that an Admin user, who has the permissions to update
a page as 'not objectionable' may also want the ability to leave a
comment as well.
But I believe for all other users they should not be allowed to leave
a comment.
So we either need to respect the allow comment setting for the page when saving the view_access 'objectionable' row,
or get it so that if the only allowcomments value set to 1 is on the accesstype 'objectionable' for the page then only allow certain users (admins) to be allowed to leave a comment.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1310861/+subscriptions
References