Description
TODO: return the matched name instead of the primary name possible solution: "select new" org.openmrs.PersonListItem and return a list of those
File: /api/src/main/java/org/openmrs/api/db/hibernate/HibernatePersonDAO.java
Line: 86
Patch:
Index: api/src/main/java/org/openmrs/api/db/hibernate/HibernatePersonDAO.java
===================================================================
— api/src/main/java/org/openmrs/api/db/hibernate/HibernatePersonDAO.java (revision 26806)
+++ api/src/main/java/org/openmrs/api/db/hibernate/HibernatePersonDAO.java (working copy)
@@ -86,6 +86,7 @@
// TODO return the matched name instead of the primary name
// possible solution: "select new" org.openmrs.PersonListItem and return
// a list of those
+ // Issue was added: https://tickets.openmrs.org/browse/TRUNK-3250
Set<Person> people = new LinkedHashSet<Person>();
Gliffy Diagrams
Attachments
Issue Links
- is related to
-
TRUNK-3256 Change search by name and return the matched name instead of the primary name
-
- Closed
-
- relates to
-
TRUNK-324 Go through the TODO items code and create tickets out of them
-
- Ready for Work
-
-
TRUNK-6087 COPY: Go through the TODO items code and create tickets out of them
-
- Needs Assessment
-
-
TRUNK-6108 COPY: Go through the TODO items code and create tickets out of them
-
- Needs Assessment
-