Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

CMSWorkflow with DataObjects


Go to End


2 Posts   1510 Views

Avatar
nicktacular

Community Member, 8 Posts

6 May 2010 at 3:28am

Hi there,

I read on the CMSWorkflow the following:

Not supported: DataObject-based workflows outside of the CMS

Does this meant that if I create a ModelAdmin to interact with a class called JobPostings (which extends DataObject) that this CMSWorkflow will not work on the JobPostings admin section?

Thanks,

Nick

Avatar
Willr

Forum Moderator, 5523 Posts

6 May 2010 at 10:53pm

As far as I know CMSWorkflow is limited to SiteTree instances and tidied to publishing etc.

However there is a module called Moderation (http://open.silverstripe.org/browser/modules/moderation) which handles moderation / workflow for dataobjects. Currently unreleased so you'll have to download via svn.