Changes between Initial Version and Version 1 of Ticket #1358, comment 7


Ignore:
Timestamp:
Jun 15, 2012, 3:02:37 AM (12 years ago)
Author:
historic_bruno

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1358, comment 7

    initial v1  
    1414 * `entityTemplate`: raw template for the given entity, currently only used for its `Identity.Classes` element - maybe we can just pass in a classes array?
    1515 * `propertyValue`: current value of the property being modified, we have to do this because we can't infer the type from the entityTemplate (see above).
     16
     17The logic is essentially what exists now in `CmpTechManager.ApplyModificationsWorker()` but relative to a template, not an entity.