• Recent
    • Tags
    • Popular
    • Register
    • Login

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

    override logo doesn't replace logo on report emails

    User help
    5
    7
    3.0k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      craig
      last edited by

      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

      1 Reply Last reply Reply Quote 0
      • terrypackerT
        terrypacker
        last edited by phildunlap

        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.

        B 1 Reply Last reply Reply Quote 0
        • B
          Brad_GMI @terrypacker
          last edited by

          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?

          1 Reply Last reply Reply Quote 0
          • phildunlapP
            phildunlap
            last edited by

            Yes that should work fine. That's what Craig is asking for an alternative to, I believe.

            B 1 Reply Last reply Reply Quote 0
            • B
              Brad_GMI @phildunlap
              last edited by

              Arg. Helps to read the whole post. Reading Comprehension 101.

              1 Reply Last reply Reply Quote 0
              • P
                psysak
                last edited by

                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

                1 Reply Last reply Reply Quote 0
                • phildunlapP
                  phildunlap
                  last edited by phildunlap

                  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?

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post