Skip to content
Snippets Groups Projects
Commit df01319a authored by Matthias Adrowski's avatar Matthias Adrowski
Browse files

[TASK] Fix handling when no records on page

parent bcddf5e7
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
<f:section name="main">
<f:flashMessages />
<f:if condition="{pageUid}">
<f:if condition="{pageUid} && {totalJobCount} > 0">
<f:then>
<f:render partial="Filter" arguments="{_all}"/>
<f:render partial="CreateJob" arguments="{_all}"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment