Add capability for plugins to supply a description in update_tables_with_templates
This commit is contained in:
parent
fc8b2cc4eb
commit
4100dd77e4
@ -713,6 +713,9 @@ sub update_tables_with_templates
|
||||
osarch=>$arch,
|
||||
synclists=>$synclistfile,
|
||||
osdistroname=>$osdistroname);
|
||||
if ($args{description}) {
|
||||
$tb_cols{description} = $args{description};
|
||||
}
|
||||
$osimagetab->setAttribs(\%key_col, \%tb_cols);
|
||||
|
||||
if ($osname =~ /^win/) {
|
||||
|
Loading…
Reference in New Issue
Block a user