Skip to content

Commit

Permalink
#64 remove useless override
Browse files Browse the repository at this point in the history
  • Loading branch information
creecros committed Jan 21, 2021
1 parent 0ba696a commit 0752d90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 78 deletions.
5 changes: 2 additions & 3 deletions Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function initialize()
$this->container['taskValidator'] = $this->container->factory(function ($c) {
return new NewTaskValidator($c);
});

//Project
$this->template->hook->attach('template:project:sidebar', 'metaMagik:project/sidebar');

Expand All @@ -57,7 +57,6 @@ public function initialize()
$this->template->hook->attach('template:task:form:third-column', 'metaMagik:task/rendermeta3');
$this->template->hook->attach('template:task:details:bottom', 'metaMagik:task/metasummary');

$this->template->setTemplateOverride('project_header/dropdown', 'metaMagik:project_header/dropdown');
$this->template->setTemplateOverride('export/tasks', 'metaMagik:export/tasks');

//Routes
Expand Down Expand Up @@ -127,7 +126,7 @@ public function getPluginAuthor()

public function getPluginVersion()
{
return '1.4.8';
return '1.4.9';
}

public function getPluginHomepage()
Expand Down
75 changes: 0 additions & 75 deletions Template/project_header/dropdown.php

This file was deleted.

0 comments on commit 0752d90

Please sign in to comment.