Skip to content

Commit 1aeac18

Browse files
committed
Changed category for fancy-treeview from charts to frontend, fixes #45
1 parent 1d62d04 commit 1aeac18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Configuration/ModuleUpdateServiceConfiguration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class ModuleUpdateServiceConfiguration
109109

110110
'_jc-fancy-imagebar_' => ['update_service' => 'GithubModuleUpdate', 'params' => ['github_repo' => 'JustCarmen/webtrees-fancy-imagebar', self::CATEGORY => self::CATEGORY_FRONTEND]],
111111
'_jc-fancy-research-links_' => ['update_service' => 'GithubModuleUpdate', 'params' => ['github_repo' => 'JustCarmen/webtrees-fancy-research-links', self::CATEGORY => self::CATEGORY_FRONTEND]],
112-
'_jc-fancy-treeview_' => ['update_service' => 'GithubModuleUpdate', 'params' => ['github_repo' => 'JustCarmen/webtrees-fancy-treeview', self::CATEGORY => self::CATEGORY_CHARTS]],
112+
'_jc-fancy-treeview_' => ['update_service' => 'GithubModuleUpdate', 'params' => ['github_repo' => 'JustCarmen/webtrees-fancy-treeview', self::CATEGORY => self::CATEGORY_FRONTEND]],
113113
'_jc-theme-justlight_' => ['update_service' => 'GithubModuleUpdate', 'params' => ['github_repo' => 'JustCarmen/webtrees-theme-justlight', 'is_theme' => true, self::CATEGORY => self::CATEGORY_THEME]],
114114
'_jc-simple-footer_' => ['update_service' => 'GithubModuleUpdate', 'params' => ['github_repo' => 'JustCarmen/webtrees-simple-footer', self::CATEGORY => self::CATEGORY_FOOTER]],
115115
'_jc-simple-media-display_' => ['update_service' => 'GithubModuleUpdate', 'params' => ['github_repo' => 'JustCarmen/webtrees-simple-media-display', self::CATEGORY => self::CATEGORY_MEDIA]],

0 commit comments

Comments
 (0)