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)
-
0
Hi @Mitch,
Thank you for reporting this, it is fixed via https://github.com/aspnetzero/aspnet-zero-core/commit/899ff1ee8b65c0fec56860d40abcb41ff43f5049 and will be released today with final 9.3 version.