Skip to content

Commit

Permalink
On dashboard add roleTypeId parameter to customer request buttons so …
Browse files Browse the repository at this point in the history
…results on FindRequest match the count
  • Loading branch information
jonesde committed Mar 9, 2021
1 parent 177d766 commit a971e92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions screen/marble/dashboard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ along with this software (see the LICENSE.md file). If not, see
</container>
<container style="big-row no-wrap" type="span">
<container style="big-row-item q-my-auto q-ml-md q-mr-sm"><label text="Requests" type="h4"/></container>
<container style="big-row-item q-my-auto"><link url="../Request" parameter-map="[statusId:'ReqSubmitted']"
<container style="big-row-item q-my-auto"><link url="../Request" parameter-map="[statusId:'ReqSubmitted', roleTypeId:'Customer']"
text="Submitted" badge="${requestSubmittedCount}" btn-type="default"/></container>
<container style="big-row-item q-my-auto"><link url="../Request" parameter-map="[statusId:'ReqReviewed,ReqInProgress', statusId_op:'in']"
<container style="big-row-item q-my-auto"><link url="../Request" parameter-map="[statusId:'ReqReviewed,ReqInProgress', statusId_op:'in', roleTypeId:'Customer']"
text="In Progress" badge="${requestInProgressCount}" btn-type="default"/></container>
</container>
</container>
Expand Down

0 comments on commit a971e92

Please sign in to comment.