mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-17 11:54:22 +01:00
[feature] redirect to slugged-url on publish project
This commit is contained in:
parent
a4fcede638
commit
8e07460deb
@ -70,7 +70,7 @@ class ProjectsController
|
|||||||
$('section[ui-view=main]').scrollTop(0, 200)
|
$('section[ui-view=main]').scrollTop(0, 200)
|
||||||
return
|
return
|
||||||
else
|
else
|
||||||
$state.go('app.public.projects_show', {id: content.id})
|
$state.go('app.public.projects_show', {id: content.slug})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user