UBRH#56679 Meldingskenmerken kopieren

svn path=/Website/trunk/; revision=41221
This commit is contained in:
Erik Groener
2019-02-28 09:26:48 +00:00
parent ef5f8aba79
commit 0e7d194cce

View File

@@ -246,22 +246,29 @@ function model_mld_kenmerk(niveau, params)
}
%>
<script>
var module = "MLD";
var mode = "<%=mode%>";
var niveau = "<%=niveau%>";
</script>
<%
this.hook_pre_search = function(fld)
{
%>
<script>
var module = "MLD";
var mode = "<%=mode%>";
var niveau = "<%=niveau%>";
</script>
<%
}
this.hook_pre_edit = function (obj, fld)
{
delete this.fields.filled;
delete this.fields.attributetype;
%>
<script>
var module = "MLD";
var mode = "<%=mode%>";
var niveau = "<%=niveau%>";
</script>
<%
}
this.hook_pre_post = function (params, obj)