Hi Will see if I can check today. The frustrating thing is that these bugs appear to have been fixed in MYIT 2.5.
I am downloading MYIT 2.6 today and will be trying it out to see if it fixes the problem - although I am not holding my breath. I have also logged a call with BMC Support cause, in my opinion, this is a problem that needs to be fixed A.S.A.P. Thanks for checking John. cheers Brad On Fri, Aug 28, 2015 at 8:17 AM, John Baker <[email protected]> wrote: > It's curious that an XMLHttpRequest is required to load a CSS file?! > > Grepping the 2.2 release, I see it's loaded relatively: > > $ grep -r style-myit.css * > myitapp/index.html: <link rel="stylesheet" > href="../tenant-custom-res/style-myit.css" /> > myitapp-full/index.html: <link rel="stylesheet" > href="../tenant-custom-res/style-myit.css" /> > > No issue there. However in 2.6, which I've just downloaded: > > /* Customer branding */ > function loadCustomerBrandingStyles() { > var href = > '../tenant-custom-res/style-myit.css'; > > var stylesPromise = $q.when($.ajax({ > url: href, > cache: false, > dataType: 'text', > success: function () { > // Load new tenant related > styles > $('<link rel="stylesheet" > type="text/css" href="' + href + > '" />') > .appendTo("head"); > } > })).catch(function () { > return $q.when(true); > }); > > return stylesPromise; > } > > (Using both Angular and JQuery - sigh) > > But that can't be the problem as you're reporting > tenant-custom-res/X/style-myit.css where X looks like an Entry ID. > > Do you have something similar if you grep your JS files? > > > John > > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > "Where the Answers Are, and have been for 20 years" > _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years"

