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

[Forwardport] Add missing showInStore attributes #16459

Merged
merged 1 commit into from
Jul 5, 2018

Conversation

aschrammel
Copy link

@aschrammel aschrammel commented Jun 29, 2018

Description

Add missing showInStore attributes on Braintree configuration as there are some values that are changeable on store view (title, descriptors, merchant name override) and are not accessible from store view level due to the missing store view level permission for the containing group.

Braintree configuration offers the possibility to change following fields on store view level:

  • Basic Braintree Settings => Title
  • PayPal through Braintree => Title
  • PayPal through Braintree => Override Merchant Name
  • Dynamic Descriptors => Name
  • Dynamic Descriptors => Phone
  • Dynamic Descriptors => URL

All the fields are correctly shown in default config and on website level, but when changing to storeview, nothing is shown at all when expanding Braintree section.

Fixed Issues (if relevant)

Manual testing scenarios

  1. Go to Stores => Configuration => Sales => Payment Methods
  2. Click "Configure" next to "Braintree" under "Recommended Solutions"
  3. All groups are shown
  4. Switch from "Default Config" to a random Store View
  5. Repeat step 2 - no groups are shown

After applying the PR, the above mentioned fields in their respective groups are shown.

Contribution checklist

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)

Original PR

#16458

Add missing showInStore attributes on Braintree configuration as there
are some values that are changeable on store view (Title, Descriptors,
merchant name override) and are not accessible from store view level.
@magento-engcom-team
Copy link
Contributor

Hi @aschrammel. Thank you for your contribution
Here is some useful tips how you can test your changes using Magento test environment.
Add the comment under your pull request to deploy test or vanilla Magento instance:

  • @magento-engcom-team give me test instance - deploy test instance based on PR changes
  • @magento-engcom-team give me {$VERSION} instance - deploy vanilla Magento instance

For more details, please, review the Magento Contributor Assistant documentation

@magento-engcom-team
Copy link
Contributor

Hi @orlangur, thank you for the review.
ENGCOM-2184 has been created to process this Pull Request

@sidolov sidolov changed the title [Forwardport #16458] Add missing showInStore attributes [Forwardport] Add missing showInStore attributes Jul 4, 2018
@magento-engcom-team magento-engcom-team merged commit 75fb28c into magento:2.3-develop Jul 5, 2018
@magento-engcom-team
Copy link
Contributor

Hi @aschrammel. Thank you for your contribution.
We will aim to release these changes as part of 2.3.0.
Please check the release notes for final confirmation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants