@steedos-widgets/sortable 3.6.11-beta.1 → 3.6.11-beta.4

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.
@@ -61262,6 +61262,7 @@ async function convertSFieldToAmisField(field, readonly, ctx) {
61262
61262
  }
61263
61263
  if(readonly){
61264
61264
  convertData.quickEdit = false;
61265
+ convertData.static = true;
61265
61266
  }
61266
61267
 
61267
61268
  let fieldTypeClassName = ' steedos-' + convertData.type + (readonly ? '-readonly' : '-edit');