Delete Link Isn't Displaying For Unresolved Issues
open source web-based Electronic Medical Record (EMR) system
Brought to you by:
davidhcchan,
jaygallagher
This is the correct behavior. The delete link is only rendered when there are no linked issues for a note. Please check CaseManagementEntryAction.java class (line 1541) and the UI part in CaseManagementEntry.jsp (line 393).
When there are no issues linked to the note, the delete link shows fine (see the screenshot).
Thanks Nick.