Closed gsteimer closed 9 years ago
While it isn't through HPI or OC code, for alfresco, we have the folder inheritance amp that was recently updated to keep folder and document property values in sync when the folder values change. It does that through a behavior.
@zkeller - Interesting, is it configurable enough to handle any client scenario?
@joehof @dhartman25 - Dave was asking me to add this for your current client. Can we just use the AMP Zaq mentioned and call it good?
It is pretty generic - in a props file in the amp you specify the properties/aspects that are inherited, and you list the types you want to run the behavior on, then you set up the folder inheritance rule on the folder (which syncs up properties when a document enters the folder).
@zkeller - nice, thanks. @joehof / @dhartman25 - can either of you verify if this will work for your current client as-is or do we need any more development time?
@gsteimer - this sounds like it should satisfy what our client needs.
Closing - moved to https://github.com/tsgrp/hpi/issues/869
When a client sets up folder property inheritance, we currently have nothing that keeps the integrity of the properties updated over time. For example, for the Insurance reference trac - this scenario can occur:
Up to this point, we have not added anything to core HPI to keep the properties in sync for a number of reasons:
We should talk before implementing this, but here are some ideas:
hpi_folder
object type or something like that?