3988e09f474022c66425712cf59f3696.png Arscribe 2.0.3 ARS-203-098

Général

Ordre affichage : 93 Création : 22/06/2023 23h25
Index BL : 98 Modification : 28/06/2023 09h44
BL : ARS-203-098

Source : Aucune Soeurs : -

Dev

Fin dev :   O (Oui) Ticket : -
Contrôle dev effectué : Fiche : -

C.Qualif. :   #000000
Activé : Icône FA : Par défaut

Contact : ARS - Arshellan Qualification : Nouveauté
Répartition : - Module : Changelog
Dev : ARS - Arshellan Sous module : Vues

Provenance : 2.0.3  New Constat : -

Début : S.26 Charge j. : -
Fin : S.26 Délai j. : -
Priorité : - Pokercard : -
Estimatif j. : -

Description : In the contact column, display the avatar of the person at the left of the trigram

Texte Commit : -

Description client : Added avatar images in front of the trigrams in the changelog listing page.

Client

Fascicule : Ne pas communiquer :
Alerte Mailing :

PreP

Statut PreP :   OK - Validé Testeur : ARS - Arshellan

Discussion

ARS

Arshellan

mardi 27 juin 2023 à 10:58

listingTables.css line 638<br/><br/><br/>.listTable .inline_avatar {<br/> height: 15px;<br/> border-radius: 20%;<br/> margin: 0 0.2em 0 0;<br/>}

ARS

Arshellan

mardi 27 juin 2023 à 11:02

changelog/list.html.twig line 297<br/><br/><br/> <td class="contact"><br/> <a href="{{ path('changelog_info', {slugname: changelog.slugname}) }}"><br/> <img class="inline_avatar" src="{{ asset('img/avatar/user/'~(changelog.contact.avatar ?? (changelog.contact.defaultAvatar ?? 'unknown' ~ '.png'))) }}" alt=""><br/> {{ changelog.contact ? changelog.contact.trigramme : '-' }}<br/> </a><br/> </td><br/> <td class="repartition"><br/> <a href="{{ path('changelog_info', {slugname: changelog.slugname}) }}"><br/> {{ changelog.repartition ? changelog.repartition.nomcourt : '-' }}<br/> </a><br/> </td><br/> <td class="dev"><br/> <a href="{{ path('changelog_info', {slugname: changelog.slugname}) }}"><br/> <img class="inline_avatar" src="{{ asset('img/avatar/user/'~(changelog.dev.avatar ?? (changelog.dev.defaultAvatar ?? 'unknown' ~ '.png'))) }}" alt=""><br/> {{ changelog.dev ? changelog.dev.trigramme : '-' }}<br/> </a><br/> </td>

ARS

Arshellan

mardi 27 juin 2023 à 15:14

admin/portal line 20<br/><br/><br/><li><a href="{{ path('expansions_item_count_updater') }}">Expansion counters update</a></li>