Skip to content

Commit 7a8d54e

Browse files
committed
VCST-2638: sonar warning
1 parent dd578f6 commit 7a8d54e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/VirtoCommerce.OrdersModule.Web/Scripts/blades/operation-detail.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ angular.module('virtoCommerce.orderModule')
1616
function(result) {
1717
blade.initialize(result);
1818
blade.customerOrder = blade.currentEntity;
19-
//necessary for scope bounded ACL checks
19+
//necessary for scope bounded ACL checks
2020
blade.securityScopes = result.scopes;
2121
});
2222
} else {
2323
blade.initialize(blade.currentEntity, entity);
2424
blade.customerOrder = blade.currentEntity;
25-
//necessary for scope bounded ACL checks
25+
//necessary for scope bounded ACL checks
2626
blade.securityScopes = entity.scopes;
2727
}
2828
}

0 commit comments

Comments
 (0)