This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
todo: Email notification sb link to edit subscription?
|
todo: Email notification sb link to edit subscription?
|
||||||
Might be handy to directly click and turn off a subscription from teh notification?
|
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
|
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
|
todo: hide swagger logo and branding in api explorer
|
||||||
Is this really that important?
|
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
|
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
|
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)
|
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)
|
||||||
|
|||||||
@@ -5,6 +5,8 @@ export default {
|
|||||||
// APP (GLOBAL) openobject CLICK HANDLER
|
// APP (GLOBAL) openobject CLICK HANDLER
|
||||||
//
|
//
|
||||||
// Deal with a request to open an object (from main datatables mainly)
|
// 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
|
// called from App.vue
|
||||||
handleOpenObjectClick(vm, tid) {
|
handleOpenObjectClick(vm, tid) {
|
||||||
//expects extra data (tid) to be one of { type: [AYATYPE], id: [RECORDID] }
|
//expects extra data (tid) to be one of { type: [AYATYPE], id: [RECORDID] }
|
||||||
|
|||||||
Reference in New Issue
Block a user