mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Remove User_Adapter
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
{% endif %}
|
||||
{% if basket.getPusher(app) %}
|
||||
<td>
|
||||
{% set pusher = basket.getPusher(app).get_display_name() %}
|
||||
{% set pusher = basket.getPusher(app).getDisplayName() %}
|
||||
<img
|
||||
class="basketTips"
|
||||
title="{% trans with {'%pusher%' : pusher} %}paniers:: panier recu de %pusher%{% endtrans %}"
|
||||
@@ -355,7 +355,7 @@
|
||||
{% for choice in basket_element.getValidationDatas() %}
|
||||
{% if basket.getValidation().getParticipant(app['authentication'].getUser(), app).getCanSeeOthers() or choice.getParticipant().getUser(app) == app['authentication'].getUser() %}
|
||||
<tr>
|
||||
<td> {{ choice.getParticipant().getUser(app).get_display_name() }} </td>
|
||||
<td> {{ choice.getParticipant().getUser(app).getDisplayName() }} </td>
|
||||
<td>
|
||||
{% if choice.getParticipant().getCanAgree() %}
|
||||
{% if choice.getAgreement() == true %}
|
||||
|
Reference in New Issue
Block a user