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:
parent
13984cb8de
commit
df0f12bedd
@ -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/>
|
||||
|
Loading…
Reference in New Issue
Block a user