bugfix
This commit is contained in:
parent
b7febb6567
commit
cd2e00306c
@ -371,6 +371,9 @@ class Blocks(EventDispatcher):
|
|||||||
'wid':desc['wid'],
|
'wid':desc['wid'],
|
||||||
'event':desc['event']
|
'event':desc['event']
|
||||||
}
|
}
|
||||||
|
if desc.get('conform'):
|
||||||
|
mydesc['conform'] = desc.get('conform')
|
||||||
|
|
||||||
for a in desc['actions']:
|
for a in desc['actions']:
|
||||||
new_desc = mydesc.copy()
|
new_desc = mydesc.copy()
|
||||||
new_desc.update(a)
|
new_desc.update(a)
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user