Page 1 of 1

Problems after upgrade v1.35.6

Posted: Fri Aug 28, 2020 9:41 pm
by digitaldaz
I can no longer access any of the tabs on the monitors edit page.

I get Uncaught TypeError: Cannot set property 'value' of undefined
at HTMLAnchorElement.submitTab

It seems to be complaining about skins_classic_js_skin-base-1598570831.js line 469:

function submitTab(evt) {
var tab = this.getAttribute("data-tab-name");
var form = $('contentForm');
form.action.value = "";
form.tab.value = tab; <------------------------ This line has an x by it
form.submit();
evt.preventDefault();
}

I have tried to clear cache and remove all cached files.

TIA
Daz

Re: Problems after upgrade v1.35.6

Posted: Fri Aug 28, 2020 10:01 pm
by knight-of-ni
Already reported here and fixed:
viewtopic.php?f=42&t=29900

Re: Problems after upgrade v1.35.6

Posted: Sat Aug 29, 2020 7:50 am
by digitaldaz
Thank you working perfectly now :D