Skip to content
Snippets Groups Projects
Commit 0228633e authored by Florent Lavelle's avatar Florent Lavelle
Browse files

refresh project after edit and remove horizontal scrollbar on project description

parent 634e65c1
No related branches found
No related tags found
1 merge request!480REDMINE_ISSUE-14358 | Permettre la rédaction en Markdown de la description d'un projet et limiter l'affichage sur l'accueil
......@@ -305,7 +305,7 @@ export default {
#preview {
max-height: 10em;
overflow: scroll;
overflow-y: scroll;
}
@media screen and (max-width: 767px) {
......
......@@ -481,6 +481,7 @@ export default {
Promise.all([
this.$store.dispatch('GET_USER_LEVEL_PROJECTS'), //* refresh projects user levels
this.$store.dispatch('GET_USER_LEVEL_PERMISSIONS'), //* refresh projects permissions
this.$store.dispatch('projects/GET_PROJECT', slug), //* refresh current project
]).then(() =>
// * go back to project list
this.$router.push({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment