This commit is contained in:
2020-07-22 23:49:30 +00:00
parent d961b93319
commit 506ab7de11
2 changed files with 8 additions and 2 deletions

View File

@@ -11,7 +11,11 @@ ____________
## CURRENT STAGE:
todo: Make this route work
http://localhost:8080/open?type=Widget&id=104
if user not logged in then it should login first then go to object
if user is logged in then it should just open that object
there need be no form "open" anywhere
todo: open object link url not working at client, asks for login but then doesn't navigate like it should
todo: test notification in alternate language
todo: subscription form should autofill in user's personal email address when they pick a new email subscription but still let them change it

View File

@@ -20,7 +20,9 @@ export default {
//log it in case we need to see it in tech support
window.$gz.store.commit(
"logItem",
`Error: open object url was not valid, missing type or invalid type ${op}`
`Error: open object url was not valid, missing type or invalid type ${JSON.stringify(
op
)}`
);
return; //bail out, nothing to open here
}