v++
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user