refs 4764 quit index
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Satorres 2023-05-09 14:56:32 +02:00
parent 5c8e635509
commit 78f337c6d4
2 changed files with 3 additions and 3 deletions

View File

@ -34,9 +34,9 @@
vn-acl-action="remove">
</vn-submit>
</vn-button-bar><br>
<vn-horizontal ng-repeat="service in $ctrl.services track by $index">
<vn-horizontal ng-repeat="service in $ctrl.services">
<vn-check tabindex="-1"
ng-model="service.checked">
ng-model="service.checked">
</vn-check>
<vn-autocomplete vn-two vn-focus
data="ticketServiceTypes"

View File

@ -68,7 +68,7 @@ class Controller extends Section {
}
createRefund() {
const services = this.selectedValidServices();
const services = this.selectedServices();
if (!services) return;
const servicesIds = services.map(service => service.id);