построение дерева версий результатов тестирования(еще с багами), и фикс мелкого бага
This commit is contained in:
@@ -19,7 +19,7 @@ public class EditSapforConfigurationCommand extends EditObjectPass<SapforConfig
|
||||
}
|
||||
@Override
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
if (Current.Check(Log, Current.SapforConfiguration)) {
|
||||
if (Current.Check(Log, Current.SapforConfigurationCommand)) {
|
||||
return getTable().ShowEditObjectDialog(target = (SapforConfigurationCommand) Current.get(Current.SapforConfigurationCommand));
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user