Skip to content
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

Permettre d'utiliser les built-ins Freemarker dans les templates #201 #203

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

kaisersly
Copy link
Contributor

Ce commit permet d'utilisation les built-ins Freemarker. Par exemple, on peut écrire ${etudiant.nom?upper_case} pour afficher le nom de l'étudiant en majuscules.

Voir https://freemarker.apache.org/docs/dgui_quickstart_template.html#autoid_7

Copy link
Collaborator

@smattsck smattsck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pour toujours baser le contrôle sur la première partie de la chaine dans le cas d'un champ sous la forme "abc?def...". Le résultat sera "abc".

@smattsck smattsck merged commit 644083b into EsupPortail:dev Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants