Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add store select to payment method admin #2550

Merged
merged 1 commit into from
Feb 2, 2018
Merged

Add store select to payment method admin #2550

merged 1 commit into from
Feb 2, 2018

Conversation

adammathys
Copy link
Contributor

@adammathys adammathys commented Feb 2, 2018

Payment methods belong to stores, but there was previously no way of managing that association in the admin. This adds a select field allowing us to easily control that association.

store-payment-admin

minimumInputLength: 1,
multiple: true,
initSelection: function(element, callback) {
console.log(element.val());
Copy link
Contributor

@jhawthorn jhawthorn Feb 2, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@kennyadsl kennyadsl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

Copy link
Member

@gmacdougall gmacdougall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Adam

Payment methods belong to stores, but there was previously no way of
managing that association in the admin. This adds a select field
allowing us to easily control that association.
@jhawthorn jhawthorn merged commit a4d1632 into solidusio:master Feb 2, 2018
@adammathys adammathys deleted the store-payment-method-admin branch February 5, 2018 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants