mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 08:25:44 +01:00
fix rename namespaces
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user