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

Bug affichage du prénom et du nom sur la fiche utilisateur #198

Closed
ch-cbna opened this issue Feb 22, 2024 · 1 comment
Closed

Bug affichage du prénom et du nom sur la fiche utilisateur #198

ch-cbna opened this issue Feb 22, 2024 · 1 comment
Milestone

Comments

@ch-cbna
Copy link
Contributor

ch-cbna commented Feb 22, 2024

Version

develop > 2.4.0

Visuel actuel

image

Code app/t_roles/routes.py

-- Add L271
`fullname = buildUserFullName(user)`

-- Add L278
`fullname=fullname,`

Code app/templates/info_user.html

-- Update L16
<h3>Utilisateur "{{fullname}}"</h3>

Rendu

image

@jacquesfize jacquesfize added this to the 2.4.1 milestone Apr 3, 2024
@camillemonchicourt
Copy link
Member

Corrigé dans la 2.4.1.

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

No branches or pull requests

3 participants