Issue Details (XML | Word | Printable)

Key: CHK-36
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Roberto Dominguez
Reporter: James Mortimer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Confluence Checklists Plugin

Cannot add checklist-wikiinput for pages that I don't have edit access for, even if I use store=checklist.

Created: 17/Sep/07 10:25 AM   Updated: 10/Oct/07 06:21 PM
Component/s: None
Affects Version/s: 1.2.1
Fix Version/s: 1.3

Time Tracking:
Not Specified

Labels:


 Description  « Hide
  • Using 1.2.1 (still noted as unreleased above)

Using the following checklist:

{checklist:Content|label=featured|width=30%}
    {checklist-excerpt:Excerpt|width=30%}
    {checklist-wikiinput:why-featured|title=Why Featured?|cols=50|rows=3|store=checklist|width=30%}
    {checklist-label:Featured?|label=featured|width=20px}
{checklist}

Will generate a checklist, except any pages that I do not have edit priviledges for will not show an 'edit pencil' for the wikiinput column. It is the same in preview, and it is the same if I specify store=rows, store=checklist, or don't specify store= at all. For store=checklist, I would expect I can edit items since the results should be saved to the current 'checklist' page, not the 'row' page. (overzealous permission checking in this case?)



 All   Comments   Work Log   Change History   FishEye   Crucible   Builds      Sort Order: Ascending order - Click to sort in descending order
Roberto Dominguez added a comment - 17/Sep/07 11:16 AM - edited
Default is store=rows and in this case, it is ok that you are not allowed to modify content as it is stored in each Page (row)

However, you should be allowed to edit the cells if store=checklist. Good catch.

Solution will require to change to cell-based permissions, rather than row-based permissions as it is now... will take a few hours to comeback with another release... so give me a couple of days to get it fixed.