Removes the priority field from the search result.

This patch removes priority field from tasks, in the
search result page. It was only necessary to delete some
lines of code in the file  "./template/task_search_item.html."

Change-Id: Ie9d34ae4a767d9cbf98c6cfa7f0eecfb1fa551ef
Task: #26176
This commit is contained in:
Camila Moura 2019-03-07 20:07:05 +01:00
parent 13984cb8de
commit df0f12bedd
1 changed files with 0 additions and 6 deletions

View File

@ -1,9 +1,3 @@
<td class="col-xs-2 col-sm-1">
<task-priority-dropdown
editable="false"
priority="{{task.priority}}"
/>
</td>
<td>
{{task.title}}
<br/>