Skip to content

Commit

Permalink
Update Plugin.php add Bigboard to view switcher
Browse files Browse the repository at this point in the history
Add Bigboard Link to Project & Task Pages, similarly to how the Gantt plugin does.
  • Loading branch information
Jieiku authored Dec 9, 2021
1 parent 18757e1 commit c396ef1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public function initialize()
$this->template->hook->attach('template:project-list:menu:before', 'bigboard:Bigboard');
$this->template->hook->attach('template:header:dropdown', 'bigboard:header/user_dropdown');
$this->template->hook->attach('template:dashboard:page-header:menu', 'bigboard:header/bigboard_header_link');
$this->template->hook->attach('template:project-header:view-switcher', 'bigboard:header/bigboard_header_link');

if ($this->request->getStringParam("plugin") == "Bigboard") {
$this->template->setTemplateOverride('board/table_container', 'bigboard:board/table_container');
Expand Down

0 comments on commit c396ef1

Please sign in to comment.