Skip to content

Commit

Permalink
RM#15784:TeamTask:Fix Inter change id of form and grid views
Browse files Browse the repository at this point in the history
  • Loading branch information
cma-axelor authored and sos-axelor committed Jan 16, 2019
1 parent b95f948 commit 5f189af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -85,6 +85,7 @@ instead of use of M2O bankOrder of InvoicePayment object. Like that, if we remov
- SALE ORDER LINE : Fixed buttons to clickable by removing condition
- Advance Export : Fix issue in exporting the model with permissions with parameters.
- PRODUCT : Field 'isShippingCostsProduct' set to default hidden.
- TeamTask : Inter change id of form and grid view of teamtask.

## [5.1.0] - 2018-12-13
## Features
Expand Down
4 changes: 2 additions & 2 deletions axelor-project/src/main/resources/views/TeamTask.xml
Expand Up @@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://axelor.com/xml/ns/object-views http://axelor.com/xml/ns/object-views/object-views_5.0.xsd">

<grid id="project-team-task-form" name="team-task-grid" title="Tasks" model="com.axelor.team.db.TeamTask" edit-icon="true" orderBy="taskDate, priority">
<grid id="project-team-task-grid" name="team-task-grid" title="Tasks" model="com.axelor.team.db.TeamTask" edit-icon="true" orderBy="taskDate, priority">
<hilite if="status == 'closed'" color="success"/>
<hilite if="$moment(taskEndDate).diff(todayDate,'days') &lt; 0" color="danger"/>
<hilite if="priority == 'urgent'" color="warning"/>
Expand All @@ -15,7 +15,7 @@
<field name="projectCategory"/>
</grid>

<form title="Task" id="project-team-task-grid" name="team-task-form"
<form title="Task" id="project-team-task-form" name="team-task-form"
model="com.axelor.team.db.TeamTask" onNew="action-team-task-group-onnew"
onLoad="action-team-task-group-timer-process" width="large">
<toolbar>
Expand Down

0 comments on commit 5f189af

Please sign in to comment.