Skip to content

Commit

Permalink
MAGETWO-57835: [Github] Cannot save customer dob attribute if admin i…
Browse files Browse the repository at this point in the history
…nterface locale is en_GB #6323
  • Loading branch information
slopukhov committed Jul 3, 2017
1 parent 9a1ed3d commit ffaeb19
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ protected function configureAllowedCountries(array $countryList = [])
*
* @param array $userData
*/
private function changeAdminLocale(array $userData)
protected function changeAdminLocale(array $userData)
{
/** @var User $adminUser */
$adminUser = $this->fixtureFactory->createByCode('user', ['data' => $userData]);
Expand All @@ -277,10 +277,8 @@ private function changeAdminLocale(array $userData)

/**
* Revert Admin locale.
*
* @param array $userData
*/
private function changeAdminLocaleRollback(array $userData)
protected function changeAdminLocaleRollback()
{
/** @var User $defaultAdminUser */
$defaultAdminUser = $this->fixtureFactory->createByCode('user');
Expand Down

0 comments on commit ffaeb19

Please sign in to comment.