danwatford commented on a change in pull request #466:
URL: https://github.com/apache/ofbiz-framework/pull/466#discussion_r789766578
##########
File path: applications/humanres/widget/RecruitmentScreens.xml
##########
@@ -249,7 +249,7 @@ under the License.
<include-form name="FindApprovals"
location="component://humanres/widget/forms/RecruitmentForms.xml"/>
</decorator-section>
<decorator-section name="search-results">
- <include-form name="ListApprovals"
location="component://humanres/widget/forms/RecruitmentForms.xml"/>
+ <include-grid name="ListApprovals"
location="component://humanres/widget/forms/RecruitmentForms.xml"/>
Review comment:
When testing with data from .`/gradlew loadAll`, plus some job
requisitions created while testing earlier screens, I get the following error
when searching from https://localhost:8443/humanres/control/FindApprovals.
Note: This error is not related to your PR, @PierreSmits , just mentioning
it in case you knew the cause.
```
2022-01-21 15:38:55,042 |sse-nio-8443-exec-16 |ControlServlet
|E| Error in request handler:
java.lang.RuntimeException: Error rendering included form named
[ListApprovals] at location
[component://humanres/widget/forms/RecruitmentForms.xml]:
java.lang.NullPointerExceptionjava.lang.NullPointerException
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]