Skip to content

Commit 9a55cbd

Browse files
committed
fix(formanswer,issue): breadcrumb
1 parent 067902f commit 9a55cbd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

front/formanswer.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,12 @@
4343
if (Session::getCurrentInterface() == 'helpdesk') {
4444
Html::helpHeader(__('Service catalog', 'formcreator'));
4545
} else {
46-
Html::header(__('Service catalog', 'formcreator'));
46+
Html::header(
47+
__('Form Creator', 'formcreator'),
48+
'',
49+
'admin',
50+
PluginFormcreatorForm::class
51+
);
4752
}
4853

4954
Search::show(PluginFormcreatorCommon::getFormanswerItemtype());

front/issue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
__('Service catalog', 'formcreator'),
4747
'',
4848
'admin',
49-
PluginFormcreatorIssue::class,
49+
PluginFormcreatorForm::class
5050
);
5151
}
5252

0 commit comments

Comments
 (0)