Fixes U4-4271 U7.1 Nightly build 16 YSOD when editing doc type
This commit is contained in:
@@ -66,6 +66,10 @@ function valFormManager(serverValidationManager, $rootScope, $log, notifications
|
||||
return;
|
||||
}
|
||||
var path = url.split("#")[1];
|
||||
if(path.indexOf("%253") || path.indexOf("%252")){
|
||||
path = decodeURIComponent(path);
|
||||
}
|
||||
|
||||
var msg = {view: "confirmroutechange", args: {path: path, listener: locationEvent}};
|
||||
notificationsService.add(msg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user