This commit is contained in:
@@ -11,13 +11,6 @@ todo: telephone fields on entry forms need a control to trigger dialing
|
|||||||
todo: email fields on entry forms need a control to trigger emailing
|
todo: email fields on entry forms need a control to trigger emailing
|
||||||
same as above for tel
|
same as above for tel
|
||||||
|
|
||||||
todo: geocapture item gone from menu for customer WTF?
|
|
||||||
check if it's showing on local, maybe it's a permissions thing
|
|
||||||
if it's a permissions thing and hiding the option if assuming no permission then do the opposite
|
|
||||||
show the option and that should trigger the browser to ask for permission when they use it
|
|
||||||
|
|
||||||
todo: mobile form of datagrid not exactly clear to click on name to open record
|
|
||||||
the name looks a little blended in, needs underline URL style maybe or something bolder
|
|
||||||
|
|
||||||
todo: iPad view on map shows error about browser not allowing popups, however it does work so remove the error would be best
|
todo: iPad view on map shows error about browser not allowing popups, however it does work so remove the error would be best
|
||||||
|
|
||||||
|
|||||||
@@ -738,11 +738,13 @@ export default {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (window.open(mapUrl, "map") == null) {
|
//This is not valid to do as some platforms don't open a new web browser window
|
||||||
throw new Error(
|
//but rather a map application in which case this is null and throws up the exception even though it's working
|
||||||
"Problem displaying map in new window. Browser must allow pop-ups to view maps; check your browser setting"
|
// if (window.open(mapUrl, "map") == null) {
|
||||||
);
|
// throw new Error(
|
||||||
}
|
// "Problem displaying map in new window. Browser must allow pop-ups to view maps; check your browser setting"
|
||||||
|
// );
|
||||||
|
// }
|
||||||
},
|
},
|
||||||
///////////////////////////////////////////////
|
///////////////////////////////////////////////
|
||||||
// Online mapping service url formats
|
// Online mapping service url formats
|
||||||
|
|||||||
Reference in New Issue
Block a user