forked from Techsystech/web
Fixed - sequence not being saved when reordering kanban
parent
6530ad7bd6
commit
45bf9c91a0
|
@ -32,7 +32,6 @@ Usage
|
|||
Known issues
|
||||
============
|
||||
* Reordering the Kanban Tile will result in a rendering bug where the tile loses it's `style` attribute, where the `background-color` is set, rendering the tile background as white. Refreshing the view solves it.
|
||||
* Tile sequence is not saved after reordering the tiles from the Kanban view. Sequence is only saved when reordering from the tree view.
|
||||
* Can not edit color from dashboard
|
||||
* Can not edit sequence from dashboard
|
||||
* Original context is ignored.
|
||||
|
|
|
@ -94,6 +94,7 @@
|
|||
<field name="arch" type="xml">
|
||||
<kanban default_group_by="category_id" create="false" class="o_kanban_small_column">
|
||||
<field name="name"/>
|
||||
<field name="sequence"/>
|
||||
<field name="category_id"/>
|
||||
<field name="domain"/>
|
||||
<field name="model_id"/>
|
||||
|
|
Loading…
Reference in New Issue