Skip to content

Commit

Permalink
updating correlation case archetype with correct panel
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Jan 17, 2022
1 parent 7c25029 commit ec574a7
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,17 @@
<panelType>caseWorkItems</panelType>
<type>c:CaseType</type>
</panel>
<panel> <!-- TODO -->
<identifier>approvalCase</identifier>
<panel>
<identifier>correlationContext</identifier>
<display>
<label>Approvals</label>
<label>Correlation results</label>
<icon>
<cssClass>fa fa-circle-o</cssClass>
</icon>
</display>
<displayOrder>1</displayOrder>
<panelType>approvalCase</panelType>
<displayOrder>40</displayOrder>
<panelType>correlationContext</panelType>
<type>c:CaseType</type>
<default>true</default>
</panel>
</objectDetails>
</adminGuiConfiguration>
Expand Down

0 comments on commit ec574a7

Please sign in to comment.