Skip to content

Commit a22215f

Browse files
committed
UI Tweak: Event view page header: Clicking outer nav breadcrumbs now honors sidebar selection.
1 parent 8fdb4ce commit a22215f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

htdocs/js/pages/Events.class.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -646,14 +646,14 @@ Page.Events = class Events extends Page.PageUtils {
646646

647647
if (is_workflow) {
648648
app.setHeaderNav([
649-
{ icon: 'clipboard-flow-outline', loc: '#Events?plugin=_workflow', title: 'Workflows' },
649+
{ icon: 'clipboard-flow-outline', loc: $('#tab_Workflows').attr('href'), title: 'Workflows' },
650650
{ icon: icon, title: event.title }
651651
]);
652652
app.highlightTab( 'Workflows' );
653653
}
654654
else {
655655
app.setHeaderNav([
656-
{ icon: 'calendar-clock', loc: '#Events?sub=list', title: 'Events' },
656+
{ icon: 'calendar-clock', loc: $('#tab_Events').attr('href'), title: 'Events' },
657657
{ icon: icon, title: event.title }
658658
]);
659659
app.highlightTab( 'Events' );

0 commit comments

Comments
 (0)