Skip to content
Snippets Groups Projects

feat/US52-print-orientation

Merged Augustin LECONTE requested to merge feat/US52-merge-fix into dev
4 unresolved threads

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
13 13 })
14 14 export class StructureDetailPrintComponent implements OnInit {
15 15 @Input() public structure: Structure;
16 @Input() public preview: boolean;
  • 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 {
  • 535 539 onWindowAfterPrint() {
    536 540 this.multiPrint = false;
    537 541 }
    542
    543 public endPage() {
  • Augustin LECONTE added 4 commits

    added 4 commits

    • dc8d09a4 - feat(orientation-form): change print footer form responsive
    • c0e3368c - remove ghost code, add responsive to print buttons
    • 28ea61ed - add space after print button
    • c272caf2 - Merge branch 'feat/US52-merge-fix' of...

    Compare with previous version

  • added 1 commit

    • b0c9cb36 - Merge branch 'feat/US52-merge-fix' of...

    Compare with previous version

  • Hugo SUBTIL added 1 commit

    added 1 commit

    • 9008c7f8 - fix: modal design and button display for mobile

    Compare with previous version

  • Hugo SUBTIL approved this merge request

    approved this merge request

  • Augustin LECONTE added 11 commits

    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...

    Compare with previous version

  • mentioned in commit 084c7fe8

  • Please register or sign in to reply
    Loading