Files
@ ffe4d5060d91
Branch filter:
Location: kallithea/MANIFEST.in
ffe4d5060d91
839 B
text/plain
api: avoid duplicating group name when updating repo (Issue #37)
The api incorrectly passed repo.repo_name as repo_name, and the model update
function incorrectly always required repo_name.
The api incorrectly passed repo.repo_name as repo_name, and the model update
function incorrectly always required repo_name.