import/export informations
This commit is contained in:
parent
88c2c168ac
commit
94b6563d8f
|
@ -309,6 +309,7 @@ except:
|
|||
await config_std.property.read_only()
|
||||
|
||||
# copy informations from 'to deploy' configuration to configuration
|
||||
await config.information.importation(await config_std.information.exportation())
|
||||
await config.value.importation(await config_std.value.exportation())
|
||||
await config.permissive.importation(await config_std.permissive.exportation())
|
||||
await config.property.importation(await config_std.property.exportation())
|
||||
|
|
|
@ -23,5 +23,5 @@ def tiramisu_display_name(kls,
|
|||
if suffix:
|
||||
doc += suffix
|
||||
if name != doc:
|
||||
name += f' ({doc})'
|
||||
name += f'" "{doc}'
|
||||
return name
|
||||
|
|
Loading…
Reference in New Issue