@steedos-widgets/sortable 6.3.8 → 6.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -61609,9 +61609,9 @@ async function getFieldSearchable(perField, permissionFields, ctx){
61609
61609
  _field.precision = field.precision;
61610
61610
  _field.scale = field.scale;
61611
61611
  }
61612
- else if(field.type === "select" && field.data_type && field.data_type != "text"){
61613
- _field.type = field.data_type;
61614
- }
61612
+ // else if(field.type === "select" && field.data_type && field.data_type != "text"){
61613
+ // _field.type = field.data_type;
61614
+ // }
61615
61615
 
61616
61616
  if(_field.type === 'number' || _field.type === 'currency'){
61617
61617
  _field.type = 'input-array';