Skip to content

Commit 06df0e6

Browse files
committed
Event Dashboard - use selectedChild param rather than dedicated route for settings tab links
1 parent 96dead1 commit 06df0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/CRM/Event/Page/DashBoard.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
href="{crmURL p="`$v.url`" q="reset=1&action=browse&setTab=1&id=`$id`"}">{$v.title}</a></li>
106106
{else}
107107
<li><a title="{$v.title|escape}" class="action-item crm-hover-button no-popup {$status}"
108-
href="{crmURL p="`$v.url`" q="reset=1&action=update&id=`$id`"}">{$v.title}</a></li>
108+
href="{crmURL p="civicrm/event/manage/settings" q="reset=1&action=update&id=`$id`&selectedChild=`$k`"}">{$v.title}</a></li>
109109
{/if}
110110
{/foreach}
111111
</ul>

0 commit comments

Comments
 (0)