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,7 +34,7 @@
vn-acl-action="remove"> vn-acl-action="remove">
</vn-submit> </vn-submit>
</vn-button-bar><br> </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" <vn-check tabindex="-1"
ng-model="service.checked"> ng-model="service.checked">
</vn-check> </vn-check>

View File

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