# HG changeset patch # User Goffi # Date 1583517064 -3600 # Node ID 89d97776fd34fa70b482cc86fc9927cca6f9750e # Parent 4252176ad9937eb6965ad2034c46e5fb6feb0abe jp (xmlui): added missing `disp` method in XMLUIPanel diff -r 4252176ad993 -r 89d97776fd34 sat_frontends/jp/xmlui_manager.py --- a/sat_frontends/jp/xmlui_manager.py Fri Mar 06 18:19:03 2020 +0100 +++ b/sat_frontends/jp/xmlui_manager.py Fri Mar 06 18:51:04 2020 +0100 @@ -514,6 +514,9 @@ def command(self): return self.host.command + def disp(self, *args, **kwargs): + self.host.disp(*args, **kwargs) + async def show(self, workflow=None, read_only=False, values_only=False): """display the panel