mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
fix user creation from push and feedback window
This commit is contained in:
@@ -512,7 +512,7 @@
|
||||
{{ 'admin::compte-utilisateur poste' | trans }}
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" name="function" value="{{main_user.getActivity()}}"/>
|
||||
<input type="text" name="function" value="{{main_user.getJob()}}"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -528,7 +528,7 @@
|
||||
{{ 'admin::compte-utilisateur activite' | trans }}
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" name="activite" value="{{main_user.getJob()}}"/>
|
||||
<input type="text" name="activite" value="{{main_user.getActivity()}}"/>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
Reference in New Issue
Block a user