Skip to content

Commit

Permalink
Merge pull request #7639 from ProcessMaker/feature/FOUR-19831
Browse files Browse the repository at this point in the history
FOUR-19831 : The Case comments does not show the subject for the Type=ProcessRequest
  • Loading branch information
ryancooley authored Oct 29, 2024
2 parents afe3173 + 6817da0 commit bf573ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/cases/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ class="tw-grow tw-overflow-hidden"
name="{{ $request->name }}"
:readonly="request.status === 'COMPLETED'"
:get-data="getCommentsData"
:is-case="true"
:case_number="{{ $request->case_number }}"
/>
</template>
Expand Down

0 comments on commit bf573ac

Please sign in to comment.