FSN#39750 Model 'about' ondersteuning ook url tonen

svn path=/Website/branches/v2017.1/; revision=34175
This commit is contained in:
Jos Groot Lipman
2017-06-08 09:56:35 +00:00
parent 622bf89180
commit 4b5d6e07b2

View File

@@ -25,7 +25,8 @@ function model_about()
this.fields = { "version" : { typ: "varchar", val: FCLTVersion },
"customer" : { typ: "varchar", val: customerId },
// moet apart model_session zijn ?"person" : { typ: "key", val: user_key, foreign: "PRS_PERSLID" }, // Waarom werkt de foreign niet?
"applicationname": { typ: "varchar", val: L("lcl_facilitor_appl") }
"applicationname": { typ: "varchar", val: L("lcl_facilitor_appl") },
"url" : { typ: "varchar", val: HTTP.urlzelf() }
};
this.REST_GET = function _GET(params)