| Profil de JohnJohn West Blogs about Si...PhotosBlogListes | Aide |
|
06/07/2009 Prevent Sitecore Reviewers from Approving their Own ChangesIn some organizations, Sitecore CMS users function as both editors and reviewers in a single workflow, but should not be able to review and approve their own changes. There is no “out-of-the-box” Sitecore feature that meets this requirement, but it’s relatively easy to add one. Add a class such as the following to the Visual Studio project: namespace Sitecore.Sharedsource.Workflow.Actions public class ValidateApprover Sitecore.Web.UI.Sheer.SheerResponse.Alert( In the Content Editor, under the Approve command under the Review state of the workflow, insert an item named ValidateApprover using the System/Workflow/Action data template. In the Data section, in the Type string field, enter the type signature: Sitecore.Sharedsource.Workflow.Actions.ValidateApprover, Assembly I added this class to the Sitecore Shared Source Library project and updated the corresponding documentation. CommentairesPour ajouter un commentaire, connectez-vous avec votre identifiant Windows Live ID (si vous utilisez Messenger ou Xbox LIVE, vous avez un identifiant Windows Live ID). Connectez-vous Vous n'avez pas d'identifiant Windows Live ID ? Inscrivez-vous RétroliensL'URL de rétrolien de ce billet est : http://sitecorejohn.spaces.live.com/blog/cns!960125F1D4A59952!413.trak Blogs Web qui font référence à ce billet
|
|
|