01-21-2021, 08:58 PM
Hi guys,
Just in case before submitting a bug wanted to check it´s not an error on my side.
I´m using the same column definition I used in 4.5 with 4.8 and I receive an error message.
The Column Definition has these Values 1|2|3|4|5 in Options sector inside Edit Tab
ElementWdg' object has no attribute 'jsityf'
File "/opt/tactic/tactic/src/tactic/ui/panel/table_layout_wdg.py", line 3528, in handle_row
html = widget.get_buffer_display()
File "/opt/tactic/tactic/src/pyasm/web/widget.py", line 486, in get_buffer_display
buffer = self.get_buffer(cls)
File "/opt/tactic/tactic/src/pyasm/web/widget.py", line 477, in get_buffer
self.explicit_display(cls)
File "/opt/tactic/tactic/src/pyasm/web/widget.py", line 435, in explicit_display
child = self.get_display()
File "/opt/tactic/tactic/src/tactic/ui/table/format_element_wdg.py", line 127, in get_display
if not self.jsityf:
THanks!!
Nacho
Just in case before submitting a bug wanted to check it´s not an error on my side.
I´m using the same column definition I used in 4.5 with 4.8 and I receive an error message.
The Column Definition has these Values 1|2|3|4|5 in Options sector inside Edit Tab
ElementWdg' object has no attribute 'jsityf'
File "/opt/tactic/tactic/src/tactic/ui/panel/table_layout_wdg.py", line 3528, in handle_row
html = widget.get_buffer_display()
File "/opt/tactic/tactic/src/pyasm/web/widget.py", line 486, in get_buffer_display
buffer = self.get_buffer(cls)
File "/opt/tactic/tactic/src/pyasm/web/widget.py", line 477, in get_buffer
self.explicit_display(cls)
File "/opt/tactic/tactic/src/pyasm/web/widget.py", line 435, in explicit_display
child = self.get_display()
File "/opt/tactic/tactic/src/tactic/ui/table/format_element_wdg.py", line 127, in get_display
if not self.jsityf:
THanks!!
Nacho
Nachogor