-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ne pas passer undefined
en clé de version à l'export
#857
Comments
La version d'un article est optionnelle quand on est sur une version de travail
C'est à dire qu'il faut que |
Oui c'est ça 👍 |
ggrossetie
added a commit
to ggrossetie/stylo
that referenced
this issue
May 3, 2023
ggrossetie
added a commit
that referenced
this issue
May 3, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ici https://github.com/EcrituresNumeriques/stylo/blob/master/front/src/components/Export.jsx#L28
On a
&version=${articleVersionId}
qui devient&version=undefined
dans certains cas, ça serait mieux que ça devienne&version=
(ça reste un paramètre requis)The text was updated successfully, but these errors were encountered: