mirror of
https://github.com/altlinux/admc.git
synced 2025-01-08 01:18:25 +03:00
Fix optional attribute display bugs.
This commit is contained in:
parent
d5ecf57765
commit
b4d6355df8
@ -44,6 +44,7 @@ AttributesTab::AttributesTab(QList<AttributeEdit *> *edit_list, QWidget *parent)
|
||||
|
||||
auto tab_edit = new AttributesTabEdit(ui->view, ui->filter_button, ui->edit_button,
|
||||
ui->view_button, ui->load_optional_attrs_button, this);
|
||||
ui->view->setUniformRowHeights(true);
|
||||
|
||||
edit_list->append({
|
||||
tab_edit,
|
||||
@ -206,6 +207,7 @@ void AttributesTabEdit::on_load_optional() {
|
||||
}
|
||||
|
||||
load_optional_attribute_values(ad);
|
||||
current = original;
|
||||
reload_model();
|
||||
|
||||
hide_busy_indicator();
|
||||
|
Loading…
Reference in New Issue
Block a user