mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-18 14:33:49 +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}
|
{/if}
|
||||||
</li>
|
</li>
|
||||||
{/foreach}
|
{/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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
|
|
Loading…
Reference in a new issue