You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following a type input error, I had to change a document type back to cm:content (form custom:document), I was able to do this on the alfresco side, without issues. AAAR extraction on the other hand did not catch the change and still shows the document in question as of the specific type (custom:content).
@fcorti, is this a bug or an intentional behavior ?
The text was updated successfully, but these errors were encountered:
So, we are talking about one document in particular.
Are you extracting the custom:document type in AAAR?
If yes, it should be extracted and updated.
If not, the behaviour you describe is correct.
I am extracting both cm:content and custom:document.
Obviously custom:document is a child type of cm:content
The user made an input mistake specifying a bunch of documents (6) as custom:document. And since the way back (from specific to more generic types) is not supported in Alfresco OOTB, I had to patch the node using some scripting.
I just realized (6days after that) that I have no errors in the logs, and the documents in question did not change at all in datamart (they still carry the old modification timestamp). And I had to set them right manually in the DB to set things right, so I am guessing there is definitely something wrong with the extraction logic (unless going from specific to generic types is not supported in AAAR as well)
Following a type input error, I had to change a document type back to cm:content (form custom:document), I was able to do this on the alfresco side, without issues. AAAR extraction on the other hand did not catch the change and still shows the document in question as of the specific type (custom:content).
@fcorti, is this a bug or an intentional behavior ?
The text was updated successfully, but these errors were encountered: