fix rename namespaces

This commit is contained in:
Eduard Heimbuch
2020-07-02 16:32:14 +02:00
parent a9c81e91e6
commit 3b0693e744

View File

@@ -260,7 +260,7 @@ public class DefaultRepositoryManager extends AbstractRepositoryManager {
if (!strategy.canBeChanged()) {
throw new ChangeNamespaceNotAllowedException(repository);
}
changedRepository.setNamespace(strategy.createNamespace(changedRepository));
changedRepository.setNamespace(newNamespace);
}
managerDaoAdapter.modify(