Skip to content
Snippets Groups Projects

OZG-7974-Validierung-onSubmit

Merged Albert Bruns requested to merge OZG-7974-Validierung-onSubmit into main
3 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
  • 82 89
    83 90 _processInvalidForm(): Observable<StateResource<T>> {
    84 91 this._showValidationErrorForAllInvalidControls(this.form);
    85 return of(createEmptyStateResource<T>());
    92 return creatDelayedEmptyStateResourceObservable<T>();
  • 38 38 @Input() inputId: string;
    39 39 @Input() label: string;
    40 40
    41 @Output() inputChange = new EventEmitter<boolean>();
  • 71 72 @Input() disabled: boolean = false;
    72 73 @Input() hasError: boolean = false;
    73 74 @Input() ariaDescribedBy: string = EMPTY_STRING;
    75
    76 @Output() inputChange = new EventEmitter<boolean>();
    77
  • Sebastian Bergandy
  • Sebastian Bergandy requested changes

    requested changes

  • Albert Bruns added 1 commit

    added 1 commit

    Compare with previous version

  • Albert Bruns added 1 commit

    added 1 commit

    Compare with previous version

  • Albert Bruns added 1 commit

    added 1 commit

    Compare with previous version

  • Sebastian Bergandy approved this merge request

    approved this merge request

  • Albert Bruns added 1 commit

    added 1 commit

    Compare with previous version

  • Albert Bruns added 1 commit

    added 1 commit

    Compare with previous version

  • Albert Bruns added 1 commit

    added 1 commit

    Compare with previous version

  • Albert Bruns added 9 commits

    added 9 commits

    • eca302bc...bd3b5b66 - 8 commits from branch main
    • b1183987 - Merge remote-tracking branch 'origin/main' into OZG-7974-Validierung-onSubmit

    Compare with previous version

  • Albert Bruns added 1 commit

    added 1 commit

    Compare with previous version

  • merged

  • Albert Bruns mentioned in commit 81ee0b1b

    mentioned in commit 81ee0b1b

  • Please register or sign in to reply
    Loading