Skip to content
Snippets Groups Projects
Commit 5bd8a446 authored by Sébastien DA ROCHA's avatar Sébastien DA ROCHA :bicyclist:
Browse files

Merge branch 'redmine-issue/14358' into 'develop'

REDMINE_ISSUE-14358 | Permettre la rédaction en Markdown de la description d'un projet et limiter l'affichage sur l'accueil

See merge request geocontrib/geocontrib-frontend!480
parents 634e65c1 0228633e
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 { ...@@ -305,7 +305,7 @@ export default {
#preview { #preview {
max-height: 10em; max-height: 10em;
overflow: scroll; overflow-y: scroll;
} }
@media screen and (max-width: 767px) { @media screen and (max-width: 767px) {
......
...@@ -481,6 +481,7 @@ export default { ...@@ -481,6 +481,7 @@ export default {
Promise.all([ Promise.all([
this.$store.dispatch('GET_USER_LEVEL_PROJECTS'), //* refresh projects user levels this.$store.dispatch('GET_USER_LEVEL_PROJECTS'), //* refresh projects user levels
this.$store.dispatch('GET_USER_LEVEL_PERMISSIONS'), //* refresh projects permissions this.$store.dispatch('GET_USER_LEVEL_PERMISSIONS'), //* refresh projects permissions
this.$store.dispatch('projects/GET_PROJECT', slug), //* refresh current project
]).then(() => ]).then(() =>
// * go back to project list // * go back to project list
this.$router.push({ 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