staff1 can't add a forum topic

Bug #364785 reported by Paul Everitt
10
Affects Status Importance Assigned to Milestone
KARL3
Fix Released
Low
Shane Hathaway

Bug Description

I logged in as staff1 and went here:

  http://localhost:6543/offices/baltimore/forums/baltimore-news/add_forum_topic.html

...and got forbidden. I'm not sure why. Here is the ZCML for that view:

  <view
    for="karl.content.interfaces.IForum"
    view=".forum.add_forum_topic_view"
    name="add_forum_topic.html"
    permission="create"
  />

We need the security workflow to allow staff to add forum topics and comments inside an intranet. Other content is closely controlled inside an intranet.

Changed in karl3:
assignee: nobody → shane-hathawaymix
importance: Undecided → Low
milestone: none → m11
Revision history for this message
Shane Hathaway (shane-hathawaymix) wrote :

Did this work before? It's happening because all intranet security is inherited from /offices, where members of group.KarlStaff only have the 'view' and 'comment' permissions.

Now I guess group.KarlStaff should have the 'edit', 'create', 'delete', and 'moderate' permissions, but where? For all forums?

Changed in karl3:
status: New → In Progress
Revision history for this message
Paul Everitt (paul-agendaless) wrote : Re: [Bug 364785] Re: staff1 can't add a forum topic

I believe it was working before, yes.

As a note, staff can create content, but like a blog in a community,
should not be able to edit each other's content. Only admin and
creator can edit.

--Paul

On Apr 23, 2009, at 8:03 PM, Shane Hathaway wrote:

> Did this work before? It's happening because all intranet security is
> inherited from /offices, where members of group.KarlStaff only have
> the
> 'view' and 'comment' permissions.
>
> Now I guess group.KarlStaff should have the 'edit', 'create',
> 'delete',
> and 'moderate' permissions, but where? For all forums?
>
> ** Changed in: karl3
> Status: New => In Progress
>
> --
> staff1 can't add a forum topic
> https://bugs.launchpad.net/bugs/364785
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in Porting KARL to a new architecture: In Progress
>
> Bug description:
> I logged in as staff1 and went here:
>
> http://localhost:6543/offices/baltimore/forums/baltimore-news/add_forum_topic.html
>
> ...and got forbidden. I'm not sure why. Here is the ZCML for that
> view:
>
> <view
> for="karl.content.interfaces.IForum"
> view=".forum.add_forum_topic_view"
> name="add_forum_topic.html"
> permission="create"
> />
>
> We need the security workflow to allow staff to add forum topics and
> comments inside an intranet. Other content is closely controlled
> inside an intranet.

Revision history for this message
Shane Hathaway (shane-hathawaymix) wrote :

Fixed in revision 2435. You'll have to create a new site to see the changes.

Changed in karl3:
status: In Progress → Fix Committed
Changed in karl3:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.