Skip to content

Commit 022023e

Browse files
fix: dropdown event search redirects to unified dashboard instead of tickets dashboard (#1153)
* fix: redirect event dropdown to unified dashboard instead of tickets dashboard --------- Co-authored-by: Mario Behling <[email protected]>
1 parent 741d10a commit 022023e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/eventyay/control/views/typeahead.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def serialize_event(e):
7575
'text': str(e.name),
7676
'date_range': dr,
7777
'url': reverse(
78-
'control:event.index',
78+
'eventyay_common:event.index',
7979
kwargs={'event': e.slug, 'organizer': e.organizer.slug},
8080
),
8181
}

0 commit comments

Comments
 (0)