Skip to content

Commit

Permalink
RM-90437 Add filters
Browse files Browse the repository at this point in the history
  • Loading branch information
mea-axelor committed Feb 3, 2025
1 parent 168461c commit b99f463
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions axelor-project/src/main/resources/views/Dashboard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,10 @@
<search-fields>
<field name="project" target="com.axelor.apps.project.db.Project" title="Project"
type="reference" colSpan="12"/>
<field type="date" name="fromDate" title="From Date" required="true"/>
<field type="date" name="toDate" title="To Date" required="true"/>
<field type="date" name="fromDate" title="From Date" required="true" colSpan="3"/>
<field type="date" name="toDate" title="To Date" required="true" colSpan="3"/>
<field type="reference" name="period" title="Allocation period" target="com.axelor.apps.base.db.Period" colSpan="3" />
<field type="reference" name="sprint" title="Sprint" target="com.axelor.apps.project.db.Sprint" colSpan="3"/>
</search-fields>
<dashlet height="350" action="project-project-task-action" canSearch="true" colSpan="12"/>
<dashlet height="350" action="project-planning-time-dashboard-action" canSearch="true"
Expand Down

0 comments on commit b99f463

Please sign in to comment.