Umožněn tisk sestavy aktuálně vybraného záznamu. Ošetření možných

výjimek při generování sestavy. 
closes #89
This commit is contained in:
2014-06-05 22:04:31 +02:00
parent 452ea9c698
commit e304e25872
10 changed files with 106 additions and 34 deletions
@@ -8,7 +8,7 @@
<hbox>
<listbox model="@load(vm.reports)" width="250px" height="350px" selectedItem="@bind(vm.selected)">
<template name="model">
<listitem>
<listitem disabled="@load(each.singleRecord and empty vm.singleObject)">
<listcell><label value="@load(each.name)"/></listcell>
</listitem>
</template>