Skip to content

Commit eeb412a

Browse files
Merge 23.3 to 23.7
2 parents da8d64b + adabe14 commit eeb412a

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

onprc_ehr/resources/queries/study/ExamVetPE/.qview.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
<column name="p2date"/>
3939
<column name="p2"/>
4040
<column name="id/assignedVet/assignedVet"/>
41+
<column name="Id/activeFlags/Alert::valueField"/>
42+
<column name="Id/MostRecentTB/MonthsSinceLastTB"/>
4143
</columns>
4244
<sorts>
4345
<sort column="Id/curLocation/room"/>

onprc_ehr/src/org/labkey/onprc_ehr/dataentry/PathologyTissuesFormType.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,6 @@ public PathologyTissuesFormType(DataEntryFormContext ctx, Module owner)
9494
addClientDependency(ClientDependency.supplierFromPath("onprc_ehr/form/field/PathologyTissuesField.js"));
9595
}
9696

97-
@Override
98-
protected List<String> getMoreActionButtonConfigs()
99-
{
100-
List<String> ret = super.getMoreActionButtonConfigs();
101-
ret.add("ENTERDEATH_FOR_TISSUES");
102-
103-
return ret;
104-
}
10597

10698
@Override
10799
protected boolean canInsert()

0 commit comments

Comments
 (0)