-
KanboardEmailHistory/Plugin.php Line 17 in 009d1ff @creecros I use this plugin, so I guess it's overriding the standard templates... but can I not use another copy of the file just for this plugin? I can't figure out how to do it without an override, as the template is already overriden by Autosubtasks, and my version is specific to this plugin as it has a placeholder which other plugins may not need. public function initialize()
{
$this->actionManager->register(new EmailTaskHistory($this->container));
if (!file_exists('plugins/AutoSubtasks')) {
$this->template->setTemplateOverride('action_creation/params', 'kanboardEmailHistory:action_creation/params');
}
} |
Beta Was this translation helpful? Give feedback.
Answered by
aljawaid
Jan 14, 2023
Replies: 1 comment 8 replies
Answer selected by
aljawaid
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#11