Když není vybraná sestava, tak je zakázané tlačítko "Tisk". Sjednocení

vzhledu dialogů tisku. 
closes #82
This commit is contained in:
2014-06-01 15:19:02 +02:00
parent cfb7e43173
commit 452ea9c698
4 changed files with 7 additions and 5 deletions
@@ -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);