changeset 5dc2339092fa in sao:5.0
details: https://hg.tryton.org/sao?cmd=changeset;node=5dc2339092fa
description:
        Use proper name to get attributes name of CharColumn

        The typo was introduced in changeset a2029b8fb4a3 for issue9056.
diffstat:

 src/view/tree.js |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 337bae4e6cf3 -r 5dc2339092fa src/view/tree.js
--- a/src/view/tree.js  Mon Mar 09 18:33:23 2020 +0100
+++ b/src/view/tree.js  Wed Mar 11 15:04:19 2020 +0100
@@ -1582,7 +1582,7 @@
             this.suffixes = [];
             this.header = null;
             this.footers = [];
-            this.field_name = this.attribute.name;
+            this.field_name = this.attributes.name;
             this.model_name = model.name;
         },
         get_cell: function() {

Reply via email to