mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-07 22:15:45 +01:00
fix for git plugin bind
This commit is contained in:
@@ -27,8 +27,8 @@ binder.bind(
|
|||||||
);
|
);
|
||||||
binder.bind("repos.repository-avatar", GitAvatar, gitPredicate);
|
binder.bind("repos.repository-avatar", GitAvatar, gitPredicate);
|
||||||
|
|
||||||
cfgBinder.bindRepository(
|
cfgBinder.bindRepositorySub(
|
||||||
"/settings/configuration",
|
"/configuration",
|
||||||
"scm-git-plugin.repo-config.link",
|
"scm-git-plugin.repo-config.link",
|
||||||
"configuration",
|
"configuration",
|
||||||
RepositoryConfig
|
RepositoryConfig
|
||||||
|
|||||||
Reference in New Issue
Block a user