mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
#504 fix Form renderer
This commit is contained in:
parent
e182122b42
commit
f44eaae410
@ -14,7 +14,7 @@
|
||||
</div>
|
||||
|
||||
<div *ngIf="!form.hasTabs() && form.hasFields()">
|
||||
<container-widget [content]="form.fields[0]"></container-widget>
|
||||
<container-widget *ngFor="let field of form.fields" [content]="field"></container-widget>
|
||||
</div>
|
||||
</div>
|
||||
<div *ngIf="form.hasOutcomes()" class="mdl-card__actions mdl-card--border">
|
||||
|
Loading…
x
Reference in New Issue
Block a user