Skip to content

Commit f8af109

Browse files
fix: Redirect to session details after edit (#5075)
1 parent 36234dc commit f8af109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/public/cfs/edit-session.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default class EditSessionController extends Controller {
1313
{
1414
id: 'session_save'
1515
});
16-
this.transitionToRoute('public.cfs');
16+
this.transitionToRoute('public.session.view', this.model.event.identifier, this.model.session.id);
1717
})
1818
.catch(e => {
1919
console.error('Error while editing session', e);

0 commit comments

Comments
 (0)