refs #5432 mod ng-show, add tooltip and disabled

This commit is contained in:
Carlos Satorres 2023-03-20 13:22:21 +01:00
parent 40ccc4f409
commit a670795f9d
2 changed files with 5 additions and 2 deletions

View File

@ -28,8 +28,10 @@
</vn-button-menu>
<vn-button icon="keyboard_arrow_down"
label="More"
ng-click="moreOptions.show($event)"
ng-show="$ctrl.hasSelectedSales()">
disabled="!$ctrl.hasSelectedSales()"
vn-tooltip="Select lines to see the options"
ng-click="moreOptions.show($event)">
<!-- ng-show="$ctrl.hasSelectedSales()"> -->
</vn-button>
<vn-button
disabled="!$ctrl.hasSelectedSales() || !$ctrl.isEditable"

View File

@ -40,3 +40,4 @@ Refund: Abono
Promotion mana: Maná promoción
Claim mana: Maná reclamación
History: Historial
Select lines to see the options: Seleccione lineas para ver las opciones