Skip to content

Commit

Permalink
fix(formanswer,issue): breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Feb 3, 2022
1 parent 067902f commit 9a55cbd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion front/formanswer.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,12 @@
if (Session::getCurrentInterface() == 'helpdesk') {
Html::helpHeader(__('Service catalog', 'formcreator'));
} else {
Html::header(__('Service catalog', 'formcreator'));
Html::header(
__('Form Creator', 'formcreator'),
'',
'admin',
PluginFormcreatorForm::class
);
}

Search::show(PluginFormcreatorCommon::getFormanswerItemtype());
Expand Down
2 changes: 1 addition & 1 deletion front/issue.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
__('Service catalog', 'formcreator'),
'',
'admin',
PluginFormcreatorIssue::class,
PluginFormcreatorForm::class
);
}

Expand Down

0 comments on commit 9a55cbd

Please sign in to comment.