File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
mir-module/src/main/java/org/mycore/mir/migration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3838import org .mycore .datamodel .metadata .MCRMetadataManager ;
3939import org .mycore .datamodel .metadata .MCRObject ;
4040import org .mycore .datamodel .metadata .MCRObjectID ;
41- import org .mycore .frontend .cli .MCRObjectCommands ;
41+ import org .mycore .frontend .cli .MCRBasicCommands ;
4242import org .mycore .frontend .cli .annotation .MCRCommand ;
4343import org .mycore .frontend .cli .annotation .MCRCommandGroup ;
4444import org .mycore .mir .editor .MIREditorUtils ;
@@ -256,7 +256,7 @@ public static void selectObjectWhichNeedMigration() {
256256 }
257257 }).collect (Collectors .toList ());
258258
259- MCRObjectCommands . setSelectedObjectIDs (objectsToMigrate );
259+ MCRBasicCommands . setSelectedValues (objectsToMigrate );
260260 }
261261
262262 @ MCRCommand (
You can’t perform that action at this time.
0 commit comments