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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user