Create a custom validation for create as draft
phpMuhammed opened this issue · 4 comments
Custom Draft Validation So i can make validation on my fields in create as draft operation,
that's should be totally separated from the default creation validation.
@devmsh check this out
Thank you for the feature request. I currently don't have time to implement this since i'm working on another project, but pull requests are more than welcome.
@phpMuhammed, I didn't understand exactly what's to be done, could you please give more details.
@jhonatasfender I believe what he meant something along the lines of how the current creationRules
and updatingRules
are made.
So we'd have something like draftCreationRules
and draftPublishRules
where you could define optional rules for when drafts are being created and when drafts are being published.