Fixes #4116
- Added config to prevent closing the dialog (except by clicking the 'cancel'-button of course) - Changed property 'width' of the motion-detail-card, so the size will be adjusted automatically.
This commit is contained in:
parent
1bee3aa509
commit
a1bc0290ed
@ -758,7 +758,8 @@ export class MotionDetailComponent extends BaseViewComponent implements OnInit {
|
||||
this.dialogService.open(MotionChangeRecommendationComponent, {
|
||||
height: '400px',
|
||||
width: '600px',
|
||||
data: data
|
||||
data: data,
|
||||
disableClose: true
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user