21298 Posts in 5735 Topics by 2603 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1155 Views |
-
Permission to Edit and Save but NOT PUBLISH

14 May 2010 at 1:32am
I'm trying to figure out how to allow users to make changes to the website but then only one person ( admin ) go in and publish. Seems like this would be easy to do. I understand this is available in 2.4. Is this available in 2.3xxxx?
-
Re: Permission to Edit and Save but NOT PUBLISH

14 May 2010 at 4:11pm Last edited: 14 May 2010 4:11pm
I don't know about 2.3xxx, but 2.4 has a "CMS Workflow" module here which does exactly what you describe:
-
Re: Permission to Edit and Save but NOT PUBLISH

21 June 2010 at 2:54pm
That's right, there is a module for that. You can make it work with 2.3 too, but you might need to experiment with which revision you use. The trunk will not work in this case.
m
-
Re: Permission to Edit and Save but NOT PUBLISH

22 June 2010 at 11:21am
Hi jmbinfo,
you can do this in your page model:
function canPublish(){
return Permission:check('ADMIN');
}This will allow only admins to publish content. This works in 2.3 and most likely versions before that too.
Aram
www.ssbits.com - SilverStripe Tutorials, Tips and other bits
| 1155 Views | ||
|
Page:
1
|
Go to Top |


