|
Home > Archive > Microsoft Content Management Server > August 2005 > Submit without automatic Approve
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Submit without automatic Approve
|
|
| Dominique 2005-08-02, 6:03 pm |
| Hello,
For the moment, after submitting a new page, the page status changes
directly to "Published" (no Waiting for moderator approval).
Our webmasters are at the same time Author, Editor and Moderator. But for
technical reasons, we need to respect all workflow levels (at least Waiting
for Approval and Published).
After all that I read on this subject, in the Microsoft documentation and
this forum, can I avoid the automatic approval while modifying the status of
a posting in the CmsPosting_Submitted( Object sender, ChangedEventArgs e )
event handler?
In this event handler, If I set the posting status to Waiting for moderator
approval, will that be able to solve my problem?
Thanks for your help,
Dominique
| |
| Stefan [MSFT] 2005-08-02, 6:03 pm |
| Hi Dominique,
I just double checked. It seems you did not assign an editor rights group to
this specific channel.
If content is changed and an editor rights group is assigned to the channel
and you click submit then the state will change to Waiting for Editor
Approval.
Be aware that Moderators are not another level of approval! They approve
different things than Editors.
Moderators approve property changes (e.g. if the start date is changed)
while editors approve content changes.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"Dominique" <Dominique@discussions.microsoft.com> wrote in message
news:FE2704AF-4797-4B45-8FFB-D3A221472DB9@microsoft.com...
> Hello,
>
> For the moment, after submitting a new page, the page status changes
> directly to "Published" (no Waiting for moderator approval).
>
> Our webmasters are at the same time Author, Editor and Moderator. But for
> technical reasons, we need to respect all workflow levels (at least
> Waiting
> for Approval and Published).
>
> After all that I read on this subject, in the Microsoft documentation and
> this forum, can I avoid the automatic approval while modifying the status
> of
> a posting in the CmsPosting_Submitted( Object sender, ChangedEventArgs
> e )
> event handler?
>
> In this event handler, If I set the posting status to Waiting for
> moderator
> approval, will that be able to solve my problem?
>
> Thanks for your help,
> Dominique
|
|
|
|
|