# HG changeset patch # User Laurent Bessard # Date 1339831521 -7200 # Node ID 516f661a4fc51b1014b265ec38bbf66287342246 # Parent 8863b78144ee8ed108ae1d5b3b2b311b3e8ee014 Fix bug not showing canfestival node params diff -r 8863b78144ee -r 516f661a4fc5 LPCManager.py --- a/LPCManager.py Fri Jun 15 18:04:17 2012 +0200 +++ b/LPCManager.py Sat Jun 16 09:25:21 2012 +0200 @@ -515,7 +515,7 @@ } class LPCSlaveEditor(SlaveEditor): - SHOW_PARAMS = False + BASE_PARAMS = False class LPCCanOpenSlave(_SlaveCTN): XSD = """ @@ -561,7 +561,7 @@ return str(self.BaseParams.getIEC_Channel()) class LPCNetworkEditor(NetworkEditor): - SHOW_PARAMS = False + BASE_PARAMS = False class LPCCanOpenMaster(_NodeListCTN): XSD = """