From 9c1924443fb7ee9d16b9f7291a53b070ba68a189 Mon Sep 17 00:00:00 2001 From: Jos Groot Lipman Date: Wed, 22 Feb 2017 10:42:59 +0000 Subject: [PATCH] Bij scope zijn alle velden insertonly, dan hoeft er geen 'Opslaan' knop te zijn svn path=/Website/trunk/; revision=32894 --- APPL/API2/model_res_srtartikel_onrgoed.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APPL/API2/model_res_srtartikel_onrgoed.inc b/APPL/API2/model_res_srtartikel_onrgoed.inc index 0ea740f565..6cf0d9dd31 100644 --- a/APPL/API2/model_res_srtartikel_onrgoed.inc +++ b/APPL/API2/model_res_srtartikel_onrgoed.inc @@ -84,7 +84,7 @@ function model_res_srtartikel_onrgoed() this.REST_GET = generic_REST_GET(this); this.REST_POST = generic_REST_POST(this); - this.REST_PUT = generic_REST_PUT(this); + //this.REST_PUT = generic_REST_PUT(this); // alle velden zijn insertonly this.REST_DELETE = generic_REST_DELETE(this, {}); } %> \ No newline at end of file