Skip to content

Commit adabe14

Browse files
authored
Modified Pathology Tissue form and other Necropsy input form to allow death button access to only the Necropsy form. (#911)
1 parent 685105b commit adabe14

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

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)