Hello,
I have a question about adding a custom property to project template and how to auto-populate that field in the children projects.
I have made a simple module that stores some name of categories (eg.: āenvironmentā, āauditā, āprivacyā, ā¦). This module works fine.
My goal is to include those categories in my project template: Iām gonna do a template for environmental projects for example. In Studio I have created a 1-M relation between this categories module and Project template and Project module. I also add this new field to those modules.
So now I can modify my projects to assign them a categories, and I can modify my Project templates in the same way, but Iām not able to generate a child project from template with the templateās category. When I create a new project from template, the project has that field unset.
I imagine I have to modify the code directly but I donāt find the where in the application flow.
Could you help me?
Thank you.