I'm working on a 2010 publishing site and I'd like to enable the users to publish a page directly, without going through the workflow. On the Ribbon's "Publish" tab, there is a "Submit" dropdown with "Publish" greyed-out. I'm an administrator on this site, so I ca开发者_开发百科n't think what else I could do to enable it.
Any thoughts or suggestions would be appreciated.
Unless I'm mistaken, you must do two things:
- Disable content approval
- Remove/disable the workflow
To disable content approval, do the following:
- Navigate to the pages library (via "View All Site Content", or another way)
- On the library ribbon, choose "Library Settings"
- Open "Versioning Settings"
- Set "Content Approval" to no and click OK.
To remove the workflow:
- Return to the pages library.
- On the library ribbon, choose "Library Settings"
- Click "Workflow settings"
- Click "Remove a workflow"
- Switch Page Approval to No New Instances (Don't delete it unless you're very sure you'll never go back :) )
I hope this helps.
Here's what I did:
Site Actions-->Site Settings-->Site libraries and lists-->Customize "Pages"-->Workflow Settings
**There were two workflows set up in this library, which I assume were by default.
Click "Remove a workflow", on next screen click radio button "Remove" next to the workflow ----->Click "OK"
Done
Add yourself to the Approver's SharePoint group.
Thanks for your help, everyone. What I did in the end was:
go to Site Settings: workflow settings Page approval remove check mark next to "Start this workflow to approve publishing...."
I'll implement this in code, but for now I want the users to see how they would be able to directly publish a page.
精彩评论