I am using Share with Alfresco 4.2.c. I would like to make it so that if someone changes a property of a document, but not the content, the cm:modifier doesn't change. Does anyone know if there is a way to configure this behaviour.
I tried using a BehaviourFilter, but hit a deadend because that required a Transaction. And when I tried to instantiate the TrasactionService it required a QName to construct it. I have not been able to fine a java class for QName anywhere that I can import into my share project.
I would appreciate help with either of these problems:
1. Can it just be configured this way using the ContentModel or some other config file. (That would be preferable.)
or
2. Which 4.2.c jar contains the class org.alfresco.service.namespace.Qname?
Thanks for any help.