Hi,
I think we misunderstand each other a little bit. Note that I'm still a rookie with Joomla and Flexicontent, so maybe I'm the one trying things that shouldn't be done that way. I'll try to explain what I expect and what I get instead.
Case: I want to use the Approval field to allow users to work on a new article's version without actually publishing it (base on what i read there:
www.flexicontent.org/documentation/faq/i...ment-versioning.html
).
Editing is done from the back-end by a Super User:
1) Create an article, state = Published and Approve = Yes
Upon saving, Current version = #1, Working version = #1
2) Edit the previous article, state = Published and Approve = Yes
Upon saving, Current version = #2, Working version = #2
3) Edit again the previous article but I do not want these modifications yet displaying in the front-end, state = Published and
Approve = NO
Upon saving, a notice is displayed, which is expected and correct:
NOTICE: your new version of the document was not approved, so it is not yet current and thus visible to the viewers
NOTICE: loaded an unapproved document version, which is different than the CURRENT version that is visible to the viewers :: Loaded document version --3-- . Current document version: --2--
However, in the right section, we have a wrong current version, it should be #2 and not #3:
Current Version(Frontend Active) #3
Working Version(Loaded in Form) #3
and in the Version history too, current label is set to #3 and should be at #2:
Code:
Versions history
#1 12/Mar 09:46 Super User Comment ViewLoad version
#2 12/Mar 09:47 Super User Comment ViewLoad version
#3 12/Mar 09:47 Super User Comment current
Note that it is working in the Front-end, I correctly see only the version #2.