Skip to content

Commit

Permalink
Merge pull request #1060 from bcgov/User/EDRD-324-defects
Browse files Browse the repository at this point in the history
User/edrd 324 defects
  • Loading branch information
Kirannpatil97 authored Jan 4, 2024
2 parents e89110e + 8767eb0 commit 9358960
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,9 @@
<tabs>standard-Case</tabs>
<tabs>standard-Account</tabs>
<tabs>standard-Medication</tabs>
<tabs>standard-MedicinalIngredient</tabs>
<tabs>standard-CodeSetBundle</tabs>
<tabs>standard-report</tabs>
<tabs>standard-MedicinalIngredient</tabs>
<uiType>Lightning</uiType>
<workspaceConfig>
<mappings>
Expand All @@ -205,6 +206,9 @@
<mappings>
<tab>standard-Case</tab>
</mappings>
<mappings>
<tab>standard-CodeSetBundle</tab>
</mappings>
<mappings>
<tab>standard-Medication</tab>
</mappings>
Expand Down
14 changes: 12 additions & 2 deletions force-app/main/default/layouts/Case-EDRD Layout.layout-meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -383,15 +383,25 @@
<platformActionList>
<actionListContext>Record</actionListContext>
<platformActionListItems>
<actionName>FeedItem.TextPost</actionName>
<actionName>NewEvent</actionName>
<actionType>QuickAction</actionType>
<sortOrder>0</sortOrder>
</platformActionListItems>
<platformActionListItems>
<actionName>Case.New_Comment</actionName>
<actionName>NewTask</actionName>
<actionType>QuickAction</actionType>
<sortOrder>1</sortOrder>
</platformActionListItems>
<platformActionListItems>
<actionName>FeedItem.TextPost</actionName>
<actionType>QuickAction</actionType>
<sortOrder>2</sortOrder>
</platformActionListItems>
<platformActionListItems>
<actionName>Case.New_Comment</actionName>
<actionType>QuickAction</actionType>
<sortOrder>3</sortOrder>
</platformActionListItems>
</platformActionList>
<quickActionList>
<quickActionListItems>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>CodeSet6Id</field>
<field>CodeSet5Id</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>CodeSet5Id</field>
<field>CodeSet6Id</field>
</layoutItems>
</layoutColumns>
<style>OneColumn</style>
Expand Down

0 comments on commit 9358960

Please sign in to comment.