We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
baseTagrget
1 parent 7cc3eb0 commit ddef0d3Copy full SHA for ddef0d3
application/controllers/SchedulesController.php
@@ -110,10 +110,12 @@ public function getTabs(): Tabs
110
'baseTarget' => '_main'
111
])->add('event-rules', [
112
'label' => $this->translate('Event Rules'),
113
- 'url' => Links::eventRules()
+ 'url' => Links::eventRules(),
114
+ 'baseTarget' => '_main'
115
])->add('contacts', [
116
'label' => $this->translate('Contacts'),
- 'url' => Links::contacts()
117
+ 'url' => Links::contacts(),
118
119
])->add('contact-groups', [
120
'label' => $this->translate('Contact Groups'),
121
'url' => Links::contactGroups(),
0 commit comments