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
[Solved] copy icon
[Solved] copy icon
Last edited by steph_30 on Thu Sep 10, 2009 4:12 pm, edited 1 time in total.
Re: copy icon
I think it is related to the add-page permission.
Ronny
Ronny
Re: copy icon
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
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
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: copy icon
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.
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.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: copy icon
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
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
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: copy icon
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.
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.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: [Solved] copy icon
Which file(s) should I check out from svn to solve the copy permission problem in CMSms 1.6.5?