Good Morning,
I’m working on a template for monthly e-mail reports but the overrides folder doesn't seem to be functioning properly for this folder.
I tried 2 different ways.
I put my own ftl in “/opt/mango/overrides/web/modules/excelReports/web/ftl/myReport.ftl” but the template didn’t show up in the GUI.
I then put my own in “/opt/mango/web/modules/excelReports/web/ftl/myReport.ftl” and it showed up and works great.
I don’t want to lose mine on an update though so I went ahead and copied the default "reportEmailBody.ftl" as "myReport.ftl".
I assumed at this point the "myReport.ftl" in the overrides folder should override the one in the original folder but it still sends out the report as if the overrides folder doesn't exist.
Should the override folder path be different or a I doing something else wrong?
Thanks!