From c02313c1a5001cd4377f063a4ef747d592359e66 Mon Sep 17 00:00:00 2001 From: Erik Groener Date: Mon, 14 Jan 2019 10:23:52 +0000 Subject: [PATCH] FSN#55310 Onverwacht gedrag Multiacties UDR Module svn path=/Website/trunk/; revision=40516 --- APPL/API2/model_reportcolumns.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/APPL/API2/model_reportcolumns.inc b/APPL/API2/model_reportcolumns.inc index 246e1b07f1..7a1bb7112a 100644 --- a/APPL/API2/model_reportcolumns.inc +++ b/APPL/API2/model_reportcolumns.inc @@ -174,6 +174,11 @@ function model_reportcolumns(usrrap_key, params) } }; + this.hook_pre_multi_edit = function(obj, fld, params) + { + fld.visible.required = false; // bij multi-edit moet vinkje voor visible gelijk kunnen worden gezet. + }; + this.hook_pre_post = function (params, obj) { if (obj.id == -1)