renamed extensionpoint

This commit is contained in:
Florian Scholdei
2019-02-07 16:55:34 +01:00
parent 96c593faca
commit 7fba12e30f
5 changed files with 5 additions and 5 deletions

View File

@@ -86,7 +86,7 @@ class ConfigurationBinder {
});
// bind navigation link to extension point
binder.bind("repository.subnavigation", RepoNavLink, repoPredicate);
binder.bind("repository.setting", RepoNavLink, repoPredicate);
// route for global configuration, passes the current repository to component