Hi,
We are doing some tests with FlexiContent to be able able to Reject a content submitted to workflow system. (New article, version revisions,...).
Joomla Version : 3.4.4
FlexiContent Version : 3.0.8
We want our authors/editors (and even publishers) to be able to see which articles have been rejected.
It is suggested here to use a custom field to handle this need :
www.flexicontent.org/forum/20-general-su...ent-submissions.html
So we created a new field, made it only editable by publishers and admins, and we made it "filterable".
Field :
But there is a problem when we want to filter using this field.
As when we Reject an article, we do not save it as current (because we don't want it to be published) :
=> The article does not appear on the item list when we use the filter :
Here we even do not have the Rejected selection, because as the rejected version will never be the "current" one's, no articles will have this value in the search.
So the custom field solution is not really working for us because we want the writers to be able to see / filter the articles which have been rejected.
How would you do to Reject Articles with FC ?
Is it possible to indicate in a custom field that when we use a filter on it, it has to look in the last version and not the current ?
It may be a good idea to add the support for Rejection with new statuses in FC Workflow system ?
May be :
Rejected :: Pending => For articles not published
Rejected :: Published => For rejected versions of already published articles.
Thanks in advance.