Base solution for your next web application
Open Closed

ANZ 9.3.1 RC Edit Role/Permissions causes Uncaught Type Error : Cannot read property 'singleselect' of undefined. #9793


User avatar
0
Mitch created

ASP NET ZERO 9.3.1 RC MVC .Net Core

Default Theme

If I go to Edit Role and choose the Permissions tab, I noticed that you cannot Save any changes.

On further investigation it appears that there's an error in role-list,min.js on line 53.

if (!options && (!options.singleSelect || !options.disableCascade))

shows the following error.....

Uncaught Type Error : Cannot read property 'singleselect' of undefined.


1 Answer(s)