|
|
@@ -2242,6 +2242,22 @@ jQuery(document).ready(function(){
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ // TODO: hot fix for filterable TypespecialVariable fields, @see more in TypespecialVariable::getInstance
|
|
|
+ {
|
|
|
+ switch ($col) {
|
|
|
+ case 'A_ADM_COMPANY':
|
|
|
+ case 'A_CLASSIFIED':
|
|
|
+ case 'K_OD_KOGO':
|
|
|
+ case 'OD_KOGO_ADRES':
|
|
|
+ case 'M_DISTRIBUTOR':
|
|
|
+ case 'DEFAULT_ACL_GROUP':
|
|
|
+ {
|
|
|
+ $columnConfig->sortable = true;
|
|
|
+ $columnConfig->filterable = true;
|
|
|
+ } break;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
if ($columnConfig->xsdType) {// fix fields type p5:typeSpecialSimpleLink (previously defined by Typespecial)
|