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.
1 parent 36234dc commit f8af109Copy full SHA for f8af109
app/controllers/public/cfs/edit-session.js
@@ -13,7 +13,7 @@ export default class EditSessionController extends Controller {
13
{
14
id: 'session_save'
15
});
16
- this.transitionToRoute('public.cfs');
+ this.transitionToRoute('public.session.view', this.model.event.identifier, this.model.session.id);
17
})
18
.catch(e => {
19
console.error('Error while editing session', e);
0 commit comments