This commit is contained in:
@@ -902,6 +902,12 @@ async function clickHandler(menuItem) {
|
||||
window.$gz.errorHandler.handleFormError(ex, m.vm);
|
||||
}
|
||||
|
||||
break;
|
||||
case "geoview":
|
||||
window.$gz.util.viewGeoLocation({
|
||||
latitude: m.vm.obj.latitude,
|
||||
longitude: m.vm.obj.longitude
|
||||
});
|
||||
break;
|
||||
default:
|
||||
window.$gz.eventBus.$emit(
|
||||
|
||||
@@ -365,6 +365,8 @@ export default {
|
||||
l.emailAddress = vm.obj.emailAddress;
|
||||
}
|
||||
|
||||
l.mapUrlTemplate = vm.obj.mapUrlTemplate;
|
||||
|
||||
window.$gz.store.commit("setUserOptions", l);
|
||||
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user