Ticket #335 (closed defect: worksforme)

Opened 8 months ago

Last modified 8 months ago

PermitViewGroup limitation does not work

Reported by: florian Owned by:
Priority: major Milestone: v0.9.0 beta
Component: other Keywords:
Cc:

Description

It is not possible to make pages accessible to a certain user group any more (using svn version from Dev. 1st ~15:00). This used to work in 0.8.7.

Reproduce: 1. Create a group (here: "admins") 2. Add the user "admin" to this group. 3. Edit pages: Edit page -> edit all 4. Select "admins" from the PermitViewGroup? drop-down box. 5. Save changes 6. log out

Expected behaviour: The page with the PermitViewGroup? field set to "admins" should disappear.

Observed behaviour: The page remains visible even to the anonyomous user.

Change History

Changed 8 months ago by JensDiemer

  • status changed from new to closed
  • resolution set to worksforme

I tested it and found a other bug and fix it with changeset:2467

PermitViewGroup? works fine for me.

I closed this ticked. Please reopen it, if it doesn't work for you.

Changed 8 months ago by JensDiemer

  • reporter changed from guest to florian

It's a cache Problem:

(17:56:59) jedie: florian: Think it can be a cache problem
(17:57:29) jedie: If the page was accessable in the past, the page would be cached, if a anonymous user request it.
(17:57:48) jedie: The Problem: After edit the cache didn't cleaned.
(17:57:58) jedie: so the page seems to be there
(17:58:22) jedie: but it's not the "real" page, it's the version from cache.

Cleanup the cache is on the todo list: ticket:317

Changed 8 months ago by JensDiemer

page cachen would be cleand since changeset:2469

Note: See TracTickets for help on using tickets.