Hi
I have extendend alfresco's content model, adding a new property (let's call it "cm:special_date")
This new content property intends to replace alfresco's default created and modiied dates. Also cm:special_date is user-modifiable, not like cm:created and cm:modified that users can't manually edit them.
So, since the new property has been set up (you can load content to the repository and define cm:speial_date to any content), the next step would be to replace ANY reference to cm:created and/or cm:modified with cm:special_date. I've managed to do this only with the detailed properties sheet, but nowhere else. I have no idea how to do that for all the web client.
I've been fighting on how to get this done for a while, i've read alfresco developer guide, i've seek the forums, i've read the wiki… really i dunno what to do next… Any help would be greately appreciated… maybe i'll send you some wine if we get this done heheheheh
thanks!!
Nicolas