OpenMRS resources: Difference between revisions

imported>Chrishay7
imported>Chrishay7
Line 143:
Once you can replicate the error, try to find and open the files related to the areas of interest (if provided). One way you can do this by opening up the OpenMRS project's folder in Sublime and clicking on Find->Find in Files. Then simply search for whatever might seem relevant to the issue.
 
Sample tickerticket: Search for PatientSearchCriteria, PatientServiceImpl, HibernatePatientDAO, and DWRPatientService. Ctrl-f through these to try to find something that might specify a minimum search requirement. Afterwards, look for similar variables via the Find in Files method. In this case, the same change was needed to be done in 2 files (since the java backend and javascript front end are separate).
 
= Testing Your Changes =
Anonymous user