diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 99460da2..f8fce21e 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -7,6 +7,7 @@ todo: Email notification sb link to edit subscription? Might be handy to directly click and turn off a subscription from teh notification? + http://localhost:8080/open/51/1 todo: v7 items .net final version update to if possible and feature request for search client notes direct open plus whatever is on the list @@ -70,6 +71,7 @@ todo: DASHBOARD todo: hide swagger logo and branding in api explorer Is this really that important? also, in the docs is a section specifically saying I should do something because I'm using newtonsoft json not microsoft built in + https://github.com/domaindrivendev/Swashbuckle.AspNetCore#systemtextjson-stj-vs-newtonsoft https://github.com/domaindrivendev/Swashbuckle.AspNetCore todo: service workers for monaco going in root of website folder, must be a config setting to move it into the proper place (not there) diff --git a/ayanova/src/api/open-object-handler.js b/ayanova/src/api/open-object-handler.js index 452c6faa..9e1380cf 100644 --- a/ayanova/src/api/open-object-handler.js +++ b/ayanova/src/api/open-object-handler.js @@ -5,6 +5,8 @@ export default { // APP (GLOBAL) openobject CLICK HANDLER // // Deal with a request to open an object (from main datatables mainly) + // if it's an open object url that triggered here the url would be in the format of {host/open/[ayatype integer]/[id integer]}, i.e. + // http://localhost:8080/open/2/105 // called from App.vue handleOpenObjectClick(vm, tid) { //expects extra data (tid) to be one of { type: [AYATYPE], id: [RECORDID] }