Open opengeek opened 11 years ago
A couple of quick discussion points:
There's a slight overlap in terminology between how MODX currently defines "Published", which is closer to saying enabled or disabled and the Publishing of a revision. What's the thought process on resolving this one?
Also, is this the right place to discuss how Revise could / should impact the Preview button?
Steve
Yes, this includes any changes needed to enable Revise in the existing Resource Create and/or Update controllers.
Drafts and History are stored separately and with slightly different rules. I chose this approach because History and Drafts could have completely different behavior, lifetimes, etc.
Sounds good.
Do you envisage a situation where there could be multiple drafts? This sounds great but I just wonder if there is any benefit in simplifying to start with?
Looking forward to test driving this - I think it'll be met with a good reception from the community.
Since drafts can be saved with a message, there can be "named" Drafts, but there is a mode already to address this . The revise/resource/draft/create processor accepts a singleDraft
argument that defaults to true
at the moment.
Provide draft and history access from Resource update controllers, along with appropriate permissions.