override logo doesn't replace logo on report emails
-
Per http://help.infiniteautomation.com/m/55730/l/518307-how-to-use-the-overrides-folder I have copied the customer's logo in to /overrides/web/images/logo.png. The customer's logo shows up in the web interface but the default logo is included in reports that are sent by e-mail.
Should I file a github issue for this? It would be great to not have to remember to over write the default logo png after every upgrade.
thanks for your consideration
craig -
I am opening a git issue for this here:
https://github.com/infiniteautomation/ma-core-public/issues/928
It should be put into the next core release.
-
From what I can tell, the email build portion pulls the logo from the static location instead of checking the overrides.
if (!imageList.contains(Common.applicationLogo)) imageList.add(Common.applicationLogo); env.getOut().write(Common.applicationLogo);
public static String applicationLogo = "/images/logo.png"; public static String applicationFavicon = "/images/favicon.ico";
Would it be possible to replace the logo in /web/images/logo.png as a work around until an override check is implemented?
-
Yes that should work fine. That's what Craig is asking for an alternative to, I believe.
-
Arg. Helps to read the whole post. Reading Comprehension 101.
-
Hey I was just trying to do this for my excel reports and the override didn't work either. Had to place logo in the /web/images folder
-
Hi psysak,
Thanks for bringing this to our attention. That will be fixed in Mango 3.4
Just checking, but this was in the emailed report, correct?