Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix into dev
gitea/salix/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Joan Sanchez 2020-03-13 15:08:59 +01:00
commit dbe7dcd0f2
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ import ModuleMain from 'salix/components/module-main';
export default class Order extends ModuleMain { export default class Order extends ModuleMain {
$postLink() { $postLink() {
this.filter = {showEmpty: false}; // this.filter = {showEmpty: false};
} }
} }

View File

@ -76,11 +76,11 @@
triple-state="true" triple-state="true"
ng-model="filter.isConfirmed"> ng-model="filter.isConfirmed">
</vn-check> </vn-check>
<vn-check <!-- <vn-check
vn-one vn-one
label="Show empty" label="Show empty"
ng-model="filter.showEmpty"> ng-model="filter.showEmpty">
</vn-check> </vn-check> -->
</vn-horizontal> </vn-horizontal>
<vn-horizontal class="vn-mt-lg"> <vn-horizontal class="vn-mt-lg">
<vn-submit label="Search"></vn-submit> <vn-submit label="Search"></vn-submit>