@davey_lad
-
9/11/2013 9:18:22 AM
CurrentDocument.Tags : Possible versioning bug ?
Hi,
I'm using a workflow with Versioning and I've noticed that Document Tags returned by CurrentDocument.Tags include any "new" tags that may be added to an existing document that is currently not yet published.
Example :
Document V1.0 Tags : "tag1, tag2" Status: Published Expected : CurrentDocument.Tags returns "tag1, tag2" Actual: CurrentDocument.Tags returns "tag1, tag2"
When the same document is checked out and tags edited : Document V1.1 Tags : "tag1, tag2, tag3, tag4" Status: Saved/Checked In/Not Published Expected : CurrentDocument.Tags returns "tag1, tag2" Actual: CurrentDocument.Tags returns "tag1, tag2, tag3, tag4"
In this case I would expect CurrentDocument.Tags to still only return "tag1, tag2" until V1.1 is Published.
All other fields (content) accessed on CurrentDocument return the correct value i.e. the value stored againt the currently published version (e.g. V1.0). I believe this behaviour should be the same for Tags.
Can someone confirm this as a bug or explain why the behaviour is different?
Hope this makes sense
|