Skip to content

Commit

Permalink
[IMP] dms: Add the mk_file_kanban_view class to the custom kanban view
Browse files Browse the repository at this point in the history
Add the mk_file_kanban_view class to the custom kanban view so that it is
displayed correctly according to the styles set for that class (mk_file_kanban_view).

TT50055
  • Loading branch information
victoralmau committed Oct 11, 2024
1 parent 49bed24 commit 660c9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dms/views/dms_file.xml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
<field name="arch" type="xml">
<kanban position="attributes">
<attribute name="banner_route" />
<attribute name="class">o_kanban_mobile</attribute>
<attribute name="class">o_kanban_mobile mk_file_kanban_view</attribute>
</kanban>
<xpath expr="//div[hasclass('oe_kanban_bottom_right')]" position="replace">
<div class="oe_kanban_bottom_right" />
Expand Down

0 comments on commit 660c9e4

Please sign in to comment.