changeset 2253694c12a4 in modules/user_role:default
details: https://hg.tryton.org/modules/user_role?cmd=changeset;node=2253694c12a4
description:
        Add expand on tree view

        and unify layout of form view.

        issue8644
        review262131002
diffstat:

 view/user_role_list.xml |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 235c13fbef3d -r 2253694c12a4 view/user_role_list.xml
--- a/view/user_role_list.xml   Mon May 06 15:18:46 2019 +0200
+++ b/view/user_role_list.xml   Sat Sep 28 23:59:10 2019 +0200
@@ -2,8 +2,8 @@
 <!-- This file is part of Tryton.  The COPYRIGHT file at the top level of
 this repository contains the full copyright notices and license terms. -->
 <tree>
-    <field name="user"/>
-    <field name="role"/>
+    <field name="user" expand="1"/>
+    <field name="role" expand="1"/>
     <field name="from_date"/>
     <field name="to_date"/>
 </tree>

Reply via email to