forked from Techsystech/web
Fixed - sequence not being saved when reordering kanban
parent
ac7c2c8612
commit
a59f763ed3
|
@ -32,7 +32,6 @@ Usage
|
||||||
Known issues
|
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.
|
* 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 color from dashboard
|
||||||
* Can not edit sequence from dashboard
|
* Can not edit sequence from dashboard
|
||||||
* Original context is ignored.
|
* Original context is ignored.
|
||||||
|
|
|
@ -94,6 +94,7 @@
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<kanban default_group_by="category_id" create="false" class="o_kanban_small_column">
|
<kanban default_group_by="category_id" create="false" class="o_kanban_small_column">
|
||||||
<field name="name"/>
|
<field name="name"/>
|
||||||
|
<field name="sequence"/>
|
||||||
<field name="category_id"/>
|
<field name="category_id"/>
|
||||||
<field name="domain"/>
|
<field name="domain"/>
|
||||||
<field name="model_id"/>
|
<field name="model_id"/>
|
||||||
|
|
Loading…
Reference in New Issue