Files
@ ffe4d5060d91
Branch filter:
Location: kallithea/setup.cfg
ffe4d5060d91
1.1 KiB
text/x-ini
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.