FSN#32694 LIKE (zoals) alleen nog toestaan bij tekstvelden.
svn path=/Website/branches/v2015.1/; revision=25136
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user