Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REPORT-770 : Add a user interface component that enables viewing and … #168

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mozzy11
Copy link
Member

@mozzy11 mozzy11 commented Mar 5, 2019

Ticket : https://issues.openmrs.org/browse/REPORT-770

-Added a user interface component that enables viewing and searching logs,
-Added an automated task to delete these logs after a certain period of time
-Added test units for my changes

…searching logs, Add an automated task to delete these logs after a certain period of time and added Tests
try {
List<String> logs = rs.loadReportLog(reqst);
allLogs.addAll(logs);
}catch(NullPointerException e) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a better way to deal with the nullpointer problem rather than catching it?

@gracepotma
Copy link

@dkayiwa @mozzy11 can this be merged or closed along with the original ticket?

@dkayiwa
Copy link
Member

dkayiwa commented Apr 2, 2021

@gracepotma there is a comment, above, from @ghost which @mozzy11 has not yet responded to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants