mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +01:00
LSimport : also display error on other attributes
This commit is contained in:
parent
8dcccee200
commit
0625e38f80
1 changed files with 12 additions and 0 deletions
|
@ -49,6 +49,18 @@
|
|||
{/if}
|
||||
</li>
|
||||
{/foreach}
|
||||
{foreach $error.errors.attrs as $a => $es}
|
||||
{if !in_array($a,$error.data)}
|
||||
<li>
|
||||
<strong>{$a} :</strong>
|
||||
<ul class='LSimport_attr_errors'>
|
||||
{foreach $es as $e}
|
||||
<li>{$e}</li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
</li>
|
||||
{/if}
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
{/foreach}
|
||||
|
|
Loading…
Reference in a new issue