Když není vybraná sestava, tak je zakázané tlačítko "Tisk". Sjednocení
vzhledu dialogů tisku. closes #82
This commit is contained in:
@@ -46,7 +46,7 @@ public class ReportDialogVM {
|
||||
return selected;
|
||||
}
|
||||
|
||||
@NotifyChange("optionsForm")
|
||||
@NotifyChange({"optionsForm", "selected"})
|
||||
public void setSelected(Report selected) {
|
||||
this.selected = selected;
|
||||
reportDefinition.setReport(selected);
|
||||
|
||||
Reference in New Issue
Block a user