KFSG#47267 Personen via SCIM/REST API kunnen reanimeren
svn path=/Website/branches/v2017.2/; revision=35800
This commit is contained in:
@@ -320,7 +320,7 @@ function model_prs_perslid(params)
|
||||
};
|
||||
|
||||
// We willen vooral dat je via Admin/Autorisatie personen niet met API kunt bewerken
|
||||
// if (params.internal) // bijvoorbeeld idp die personen kan aanmaken
|
||||
if (!params.readonly) // wel bijvoorbeeld idp die personen kan aanmaken of SCIM api
|
||||
{
|
||||
this.REST_POST = function (params, jsondata, parent_key)
|
||||
{
|
||||
|
||||
@@ -16,7 +16,7 @@ if (mode == 'list')
|
||||
{
|
||||
Oracle.Execute("alter session set nls_comp = 'LINGUISTIC' NLS_SORT = 'BINARY_AI'"); // Zodat m<>ller gevonden wordt
|
||||
}
|
||||
var this_model = new model_prs_perslid();
|
||||
var this_model = new model_prs_perslid({ readonly: true }); // We willen hier niet via de interface bewerken
|
||||
|
||||
scaffolding(this_model,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user