rossvideo / Catena

BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

subParam does not work when called on a param that uses template_oid #174

Closed Isaac-Robert-Ross closed 3 months ago

Isaac-Robert-Ross commented 4 months ago

The child param field cannot be found when attempting to subParam due to the params field not getting copied over since only the value, name and contraint field is currently being taken from template_oid

Isaac-Robert-Ross commented 3 months ago

template_oids are now evaluated for nested params when the param gets built, with deep copies of all the (empty) fields.