This commit is contained in:
2025-02-15 23:30:48 +03:00
parent 68bd1ef6b4
commit 77179789f5
24 changed files with 51 additions and 64 deletions

View File

@@ -73,10 +73,6 @@ public class SapforConfigurationsForm extends DataSetControlForm<SapforConfigura
public Object getFieldAt(SapforConfiguration object) {
return ((ConfigurationCache) VisualCaches.GetCache(object)).settingsSummary;
}
@Override
public int getMaxWidth() {
return 500;
}
},
new ColumnInfo<SapforConfiguration>("группы") {
@Override

View File

@@ -38,10 +38,6 @@ public class SapforPackagesForm extends DataSetControlForm<SapforPackage> {
public Object getFieldAt(SapforPackage object) {
return ((PackageCache) VisualCaches.GetCache(object)).getConfifurationsDescriptionsLine();
}
@Override
public int getMaxWidth() {
return 500;
}
},
new ColumnInfo<SapforPackage>("задач") {
@Override