Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

[FIX] Send: fix currencies constraints (RT-3393) #2482

Merged
merged 1 commit into from
May 1, 2015

Conversation

darkdarkdragon
Copy link
Contributor

Fix processing of currencies constraints.
When RT is loaded in browser, underscore lib gets replaced
by the lodash by something. And in the old versions of lodash
there was bug in _.intersection method (if argument is just one
array it returned this array). But in recent versions they fixed
this bug, so $scope.update_currency_choices broke.

Fix processing of currencies constraints.
When RT is loaded in browser, underscore lib gets replaced
by the lodash by something. And in the old versions of lodash
there was bug in _.intersection method (if argument is just one
array it returned this array). But in recent versions they fixed
this bug, so $scope.update_currency_choices broke.
@mrajvanshy
Copy link
Contributor

LGTM

1 similar comment
@MatthewPhinney
Copy link
Contributor

LGTM

MatthewPhinney added a commit that referenced this pull request May 1, 2015
[FIX] Send: fix currencies constraints (RT-3393)
@MatthewPhinney MatthewPhinney merged commit b68e369 into ripple:release May 1, 2015
@darkdarkdragon darkdarkdragon deleted the release-RT-3393 branch May 4, 2015 22:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants