KFSG#41700 -- Scim koppeling realiseren (onderdruk _ groepen)
svn path=/Website/branches/v2017.2/; revision=35748
This commit is contained in:
@@ -114,6 +114,8 @@ function model_fac_groep(groep_key, params)
|
||||
+ " WHERE fgr.fac_functie_key = ff.fac_functie_key"
|
||||
+ " AND ff.fac_functie_code = 'WEB_FACTAB')");
|
||||
}
|
||||
// _groepen geven we nooit mee
|
||||
xparams.GET.wheres.push("SUBSTR(fac_groep_omschrijving, 0, 1) <> '_'");
|
||||
this.REST_GET = generic_REST_GET(this, xparams);
|
||||
this.REST_POST = generic_REST_POST(this);
|
||||
this.REST_PUT = generic_REST_PUT(this);
|
||||
|
||||
Reference in New Issue
Block a user