This commit is contained in:
@@ -11,7 +11,11 @@ ____________
|
|||||||
|
|
||||||
## CURRENT STAGE:
|
## 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: 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: 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
|
todo: subscription form should autofill in user's personal email address when they pick a new email subscription but still let them change it
|
||||||
|
|||||||
@@ -20,7 +20,9 @@ export default {
|
|||||||
//log it in case we need to see it in tech support
|
//log it in case we need to see it in tech support
|
||||||
window.$gz.store.commit(
|
window.$gz.store.commit(
|
||||||
"logItem",
|
"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
|
return; //bail out, nothing to open here
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user