feat/US52-print-orientation
4 unresolved threads
4 unresolved threads
Merge request reports
Activity
requested review from @ext.sopra.husubtil
assigned to @aleconte
13 13 }) 14 14 export class StructureDetailPrintComponent implements OnInit { 15 15 @Input() public structure: Structure; 16 @Input() public preview: boolean; changed this line in version 3 of the diff
535 539 onWindowAfterPrint() { 536 540 this.multiPrint = false; 537 541 } 542 543 public endPage() { 544 this.displayFinishModal(true); 545 } 546 547 public displayFinishModal(event: boolean): void { changed this line in version 3 of the diff
535 539 onWindowAfterPrint() { 536 540 this.multiPrint = false; 537 541 } 542 543 public endPage() { changed this line in version 3 of the diff
added 1 commit
- 9008c7f8 - fix: modal design and button display for mobile
added 11 commits
-
9008c7f8...8fa49234 - 2 commits from branch
dev
- bfa6f0ce - fix: mr issue
- 99ae55f7 - fix: fix structure detail openning
- 9bb1c1e7 - feat(orientation-form): add loader before print
- 4ae85418 - feat(orientation-form): change print footer form responsive
- 6257f4dc - remove ghost code, add responsive to print buttons
- f75e9f09 - add space after print button
- 072e8935 - fix: carto height
- 32c12fce - fix: modal design and button display for mobile
- 17ab18fb - Merge branch 'feat/US52-merge-fix' of...
Toggle commit list-
9008c7f8...8fa49234 - 2 commits from branch
mentioned in commit 084c7fe8
Please register or sign in to reply