Aleksandr Vishniakov

Results 69 comments of Aleksandr Vishniakov
trafficstars

@tatarincev You may disagree with my proposal, but the problem is still here

Technically: i18n uses `includes` array method which doesn't supported in IE 10-11. We need to rewrite this code: https://github.com/VirtoCommerce/vc-platform/blob/4bd35adda245dee4ce393edb396c99080ca79608/VirtoCommerce.Platform.Web/Scripts/i18n/resources/locales.js#L10 with underscore's `contains`

@danielstarzewski `includes` is ES2016 feature and supported only in latest browsers. So we just need use underscore here

Research result: The reason is why member has outdated list of security accounts is cache. When we create new security account, we have MemberId, but we not invalidate this member.

@tatarincev Depend on when we can implement this new technology. I prefer to merge PR, because otherwise members data is inconsistent: you may have situation, when there is no member...

Changing of this icon will cause avalanche effect on platform and module versioning which must be synchronized. Now we use "fa fa-ellipsis-v" class explicitly. If we will change it to...

Looks like already fixed in one of previous releases