Merge branch 'salesagility:hotfix' into hotfix

This commit is contained in:
scicali 2025-04-24 09:26:55 +02:00 committed by GitHub
commit 080fd676c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@
<ng-container *ngIf="dataSource">
<div *ngIf="config && config.layout === 'panels'" class="record-content panel-layout container-fluid pl-0 pr-0">
<div class="row no-gutters mb-3" *ngFor="let panel of panels">
<div class="col">
<div class="col" *ngIf="panel.display$ | async">
<scrm-panel [title]="panel.label" [isCollapsed$]="(panel.isCollapsed | toObservable)" mode="collapsible">
<div panel-body class="panel-{{panel.key}}">
<scrm-field-layout [dataSource]="getLayoutDataSource(panel)"></scrm-field-layout>