Bij scope zijn alle velden insertonly, dan hoeft er geen 'Opslaan' knop te zijn

svn path=/Website/trunk/; revision=32894
This commit is contained in:
Jos Groot Lipman
2017-02-22 10:42:59 +00:00
parent ba8656db51
commit 9c1924443f

View File

@@ -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, {});
}
%>