Skip to content

Commit

Permalink
feat: pass inquiry to form (useful for different widget overrides)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanH90 authored and czosel committed Oct 17, 2023
1 parent dfa1d10 commit 14e93c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
@documentId={{decode-id this.inquiry.childCase.document.id}}
@disabled={{cannot "edit answer form of inquiry" this.inquiry}}
@loading={{this._inquiry.isRunning}}
@context={{hash inquiry=this.inquiry}}
>
<:default as |content|>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
@documentId={{decode-id this.inquiry.document.id}}
@disabled={{cannot "edit inquiry" this.inquiry}}
@loading={{this._inquiry.isRunning}}
@context={{hash inquiry=this.inquiry}}
>
<:default as |content|>
<CdDocumentHeader
Expand Down

0 comments on commit 14e93c7

Please sign in to comment.