FSN#32694 LIKE (zoals) alleen nog toestaan bij tekstvelden.

svn path=/Website/branches/v2015.1/; revision=25136
This commit is contained in:
Jos Groot Lipman
2015-05-07 13:23:47 +00:00
parent 5021455822
commit 7fb9eb38ba

View File

@@ -48,6 +48,7 @@ function model_reportcolumns(usrrap_key, params)
this.hook_pre_edit = function (obj)
{
this.fields.filter.LOV = api2.filterLOV(L("lcl_rap_filterLOV"), "A,E,R"); // De meesten mogen L(ike) niet
switch (obj.datatype.id)
{
case "date":
@@ -62,6 +63,7 @@ function model_reportcolumns(usrrap_key, params)
case "varchar":
this.fields.group.LOV = api2.filterLOV(L("lcl_rap_groupbyLOV"), "G");
this.fields.datatype.readonly = true;
this.fields.filter.LOV = L("lcl_rap_filterLOV"); // die mag alle filters
break;
case "float":
case "number":