Hello folks,

I am writing to the mailing list for the first time, so I don't know if my 
request is right here.

I use OFBiz among other things for time tracking using TimeSheets and would 
like to report a bug.

Since version 22.01, but also on the trunk, there is a problem when listing 
timesheets using the form "ListFindTimeSheet" in 
https://github.com/apache/ofbiz-plugins/blob/trunk/projectmgr/widget/forms/TimeSheetForms.xml
 
<https://github.com/apache/ofbiz-plugins/blob/trunk/projectmgr/widget/forms/TimeSheetForms.xml>.

When calling a screen that embeds this form, a NullPointerException is 
displayed in the table in the "set to complete" column if the row to be 
displayed is a TimeSheet that has already been completed.

If I completely stupidly replace "?complete:&quot;&quot;}" with 
"?complete:&quot;exists&quot;}" in row 134 and 148, the error disappears and a 
hyperlink button with the text "exists" appears. I suspect that there has been 
a change that causes the empty string "&quot;&quot;" to cause a 
NullPointerException at some point.

Kind regards,
Tom

Reply via email to