Problems after upgrade v1.35.6

Previous development branch now released as 1.36
Locked
digitaldaz
Posts: 4
Joined: Sat Apr 04, 2020 9:12 am

Problems after upgrade v1.35.6

Post 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
User avatar
knight-of-ni
Posts: 2404
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: Problems after upgrade v1.35.6

Post by knight-of-ni »

Already reported here and fixed:
viewtopic.php?f=42&t=29900
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
digitaldaz
Posts: 4
Joined: Sat Apr 04, 2020 9:12 am

Re: Problems after upgrade v1.35.6

Post by digitaldaz »

Thank you working perfectly now :D
Locked