Page 1 of 1
[Solved] copy icon
Posted: Thu Sep 10, 2009 2:14 pm
by steph_30
Hello,
In the page list and with administrative rights, I can see and use the copy icon for each page.
This icon disappears when I use Editor rights.
Does anyone know what are the right I should check to allow the use of this icon with Editor rights ?
Thanks in advance
Stéphane
Re: copy icon
Posted: Thu Sep 10, 2009 2:17 pm
by RonnyK
I think it is related to the add-page permission.
Ronny
Re: copy icon
Posted: Thu Sep 10, 2009 2:56 pm
by steph_30
Thanks for the reply,
I had a look on this, but the answer is "it should" but it doesn't ...
I think I will look at the sources to see what is the "preference configuration" for the 'add a new content' field and the 'copy icon'.
But if somebody has an answer ...
Thanks
Re: copy icon
Posted: Thu Sep 10, 2009 3:08 pm
by calguy1000
the rule is:
in order to copy an item, it must be a copyable item (only Content Pages are at the moment).
and
a) Have the Add Pages Permission and be an owner of that item, or an additional editor
(you can't copy a page you don't already have write access to)
OR
b) Have the 'Manage All Content' permission.
Re: copy icon
Posted: Thu Sep 10, 2009 3:35 pm
by steph_30
Thanks a lot,
You're right but there's some things I don't understand.
My actual configuration is :
CmsMS : 1.6.1
I am an editor
I have the 'Manage All Content' permission allow.
Finally, on page (Content pages) :
- I can copy a page I created (the icon is here).
- I can not copy pages I didn't create (the icon is not here)
I took a page and edit it. I selected the "Group: editor" in the 'additionnal editor' of this page. It's OK for it.
So is there a way to add "Group: editor" in the 'additional editor' of all pages ?
Is there a way to tell CMSMS that when I create a page, it should fill directly the good 'additional editor' ?
(I found the answer for the second question : Admin -> default page)
Thanks a lot
Stéphane
Re: copy icon
Posted: Thu Sep 10, 2009 3:46 pm
by calguy1000
Yeah, I looked at the code, and there's a minor error in the permissions check for the copy icon.
it requires you to have ownership/permission to the page even if you have manage all content access.
That's fixed in svn, and will be out with the 1.6.6 release.
Re: [Solved] copy icon
Posted: Tue Sep 22, 2009 7:37 am
by Andiministrator
Which file(s) should I check out from svn to solve the copy permission problem in CMSms 1.6.5?
Re: [Solved] copy icon
Posted: Tue Sep 22, 2009 12:38 pm
by RonnyK
Re: [Solved] copy icon
Posted: Tue Sep 22, 2009 12:58 pm
by Andiministrator
It works. Thank you!