w
This commit is contained in:
parent
ce50ce2eb9
commit
ad432dddc0
@ -16,9 +16,6 @@
|
|||||||
<mat-accordion class="os-card">
|
<mat-accordion class="os-card">
|
||||||
<mat-expansion-panel
|
<mat-expansion-panel
|
||||||
*ngFor="let section of this.commentSections"
|
*ngFor="let section of this.commentSections"
|
||||||
(opened)="openId = section.id"
|
|
||||||
(closed)="openId = null"
|
|
||||||
[expanded]="openId === section.id"
|
|
||||||
multiple="false"
|
multiple="false"
|
||||||
>
|
>
|
||||||
<mat-expansion-panel-header>
|
<mat-expansion-panel-header>
|
||||||
|
@ -40,8 +40,6 @@ export class MotionCommentSectionListComponent extends BaseViewComponent impleme
|
|||||||
*/
|
*/
|
||||||
public commentFieldForm: FormGroup;
|
public commentFieldForm: FormGroup;
|
||||||
|
|
||||||
public openId: number | null;
|
|
||||||
|
|
||||||
public groups: BehaviorSubject<ViewGroup[]>;
|
public groups: BehaviorSubject<ViewGroup[]>;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -16,9 +16,6 @@
|
|||||||
<mat-accordion class="os-card">
|
<mat-accordion class="os-card">
|
||||||
<mat-expansion-panel
|
<mat-expansion-panel
|
||||||
*cdkVirtualFor="let statuteParagraph of statuteParagraphs"
|
*cdkVirtualFor="let statuteParagraph of statuteParagraphs"
|
||||||
(opened)="openId = statuteParagraph.id"
|
|
||||||
(closed)="openId = null"
|
|
||||||
[expanded]="openId === statuteParagraph.id"
|
|
||||||
multiple="false"
|
multiple="false"
|
||||||
>
|
>
|
||||||
<mat-expansion-panel-header>
|
<mat-expansion-panel-header>
|
||||||
|
@ -38,8 +38,6 @@ export class StatuteParagraphListComponent extends BaseViewComponent implements
|
|||||||
*/
|
*/
|
||||||
public statuteParagraphForm: FormGroup;
|
public statuteParagraphForm: FormGroup;
|
||||||
|
|
||||||
public openId: Number | null;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The usual component constructor. Initializes the forms
|
* The usual component constructor. Initializes the forms
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user