mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
Cleanup permissions for namespace when it is removed
This commit is contained in:
@@ -46,4 +46,8 @@ public class NamespaceDao {
|
||||
public void add(Namespace namespace) {
|
||||
store.put(namespace.getNamespace(), namespace);
|
||||
}
|
||||
|
||||
public void delete(String namespace) {
|
||||
store.remove(namespace);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user