Skip to content

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

Open
mozzy11 wants to merge 1 commit intoopenmrs:masterfrom
mozzy11:REPORT-770
Open

REPORT-770 : Add a user interface component that enables viewing and …#168
mozzy11 wants to merge 1 commit intoopenmrs:masterfrom
mozzy11:REPORT-770

Conversation

@mozzy11
Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown

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

@dkayiwa
Copy link
Copy Markdown
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