mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
add anchor to retrieve evaluations section in accompanyingCourseWorkEdit page
This commit is contained in:
@@ -45,7 +45,8 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
getUrl(e) {
|
||||
return `/fr/person/accompanying-period/work/${e.id}/edit`
|
||||
let anchor = '#evaluations';
|
||||
return `/fr/person/accompanying-period/work/${e.id}/edit${anchor}`
|
||||
}
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user