Skip to content

[Forwardport] Update Israeli ZIP code mask: 7 digits instead of 5 #3

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

Open
wants to merge 497 commits into
base: 2.3-develop
Choose a base branch
from

Conversation

viktym
Copy link
Owner

@viktym viktym commented Jun 23, 2018

Original Pull Request

magento#16250

Description

The Israeli ZIP code format had changed 2 years ago.
Magento uses the 5 digits format. It's old and outdated.
The new format is 7 digits.

Manual testing scenarios

  1. add a product to cart
  2. go to the checkout page
  3. select Israel on shipping addreds country field
  4. enter the following zip code 6687865

tomreece and others added 30 commits June 12, 2018 14:09
…m attribute set

- Add a scrollToTopOfPage to counter the floating header
…update attribute from product grid

- fix static test failures
[borg] MAGETWO-91529: Restricted admin user can remove product from other websites
 - merged latest code from mainline branch
…uct in Shopping Cart when Option Title is edited in Admin
…roducts of a configurable product

 - Change actiongroup name
…m attribute set

- Remove some unnecessary waits
- Update special character image file to be cross compatible with all platforms
- Update image cleanup action group to look for file names in image src attribute
Accepted Public Pull Requests:
 - magento#16042: [Forwardport] fix for dropdown toggle icon in cart (by @chirag-wagento)
 - magento#16045: [Forwardport] Extend default config instead overwrite (by @chirag-wagento)
 - magento#16022: Wishlist: Remove unnecessary parameter from invoking toHtml() method (by @rogyar)
 - magento#15916: [Forwardport] [Resolved : Changing @tab-content__border variable has no effect in B� (by @hitesh-wagento)
 - magento#15884: [Forwardport 2.3] Trim username on customer account login page (by @dankhrapiyush)
 - magento#15896: [Forwardport] Solve overlapping Issue on every Home page & category page of Hot Sel (by @chirag-wagento)
 - magento#15879: [Forwardport] [Resolved : limiter float too generic] (by @hitesh-wagento)


Fixed GitHub Issues:
 - magento#14999: Changing @tab-content__border variable has no effect in Blank theme (reported by @denistrator) has been fixed in magento#15916 by @hitesh-wagento in 2.3-develop branch
   Related commits:
     1. 21ce9fb

 - magento#6058: IE11 user login email validation fails if field has leading or trailing space (reported by @dnadle) has been fixed in magento#15884 by @dankhrapiyush in 2.3-develop branch
   Related commits:
     1. c44f1f8

 - magento#15213: Alignment & overlapping Issue on every Home page & category page of Hot Seller section (reported by @cnviradiya) has been fixed in magento#15896 by @chirag-wagento in 2.3-develop branch
   Related commits:
     1. a851540

 - magento#15323: limiter float too generic (reported by @DanielRuf) has been fixed in magento#15879 by @hitesh-wagento in 2.3-develop branch
   Related commits:
     1. 172e5ae
…roduct when clicking Edit button in Shopping Cart page

 - Delete bundle product after test
…uct in Shopping Cart when Option Title is edited in Admin

 - Delete bundled product after test
- Loosen selector for Image name in src attribute
…der' button new behaviour. magento#16006

 - Merge Pull Request magento#16006 from nmalevanec/magento2:1334
 - Merged commits:
   1. 0501e17
   2. 731b58f
   3. 7c3d53f
   4. 0d06ad8
…es to Simple Product

- Fix code review feedback
…ntGet magento#15982

 - Merge Pull Request magento#15982 from slackerzz/magento2:fix_Magento.Sales.Service.V1.ShipmentGetTest.testShipmentGet
 - Merged commits:
   1. 9e5757d
   2. 1555b96
   3. 039e71c
…date attribute from product grid

- added functional test to cover the bug fix
Alex Paliarush and others added 30 commits June 20, 2018 22:16
…-Anchor-Category

[architects] MAGETWO-92773: [GraphQL] Products cannot be fetched in parent/anchor category magento#89
…] = ...', $array[] = works faster than invoking functions in PHP magento#16246
[TSG] Upporting for 2.3 (pr24) (2.3.0)
 - merged latest code from mainline branch
Accepted Public Pull Requests:
 - magento#16275: Simplified TypeProcessor (by @joni-jones)
 - magento#15842: [Forwardport] Add missing table aliases to fields mapping for Customer Group filter� (by @hitesh-wagento)
 - magento#15744: [Forwardport] [BUGFIX] magento#15564 Generated admin API token expires immediately (by @vijay-wagento)
 - magento#15726: Forwardport] Feature space between category page #1 (by @sanjay-wagento)
 - magento#15698: [Forwardport] Variant product image in sidebar wishlist block (by @dmytro-ch)
 - magento#15672: [FORWARDPORT magento#15097] Add field to filter to collection (by @dverkade)
 - magento#16256: magento#15255 unlock customer after password reset (by @vgelani)
 - magento#16246: [Forwardport] array_push(...) calls behaving as '$array[] = ...', $array[] = works faster than invoking functions in PHP (by @lfluvisotto)
 - magento#16224: [Forwardport] Correct return type of methods and typo correction. (by @saurabh-aureate)
 - magento#16225: Navigation dropdown caret icon. (by @tejash-wagento)
 - magento#15980: Use correct error message for duplicate error key in product import (by @denteblu)


Fixed GitHub Issues:
 - magento#15822: SQL Error: ambiguous column 'customer_group_id' in 'All customers' page in admin when extension attribute table is joined (reported by @radio) has been fixed in magento#15842 by @hitesh-wagento in 2.3-develop branch
   Related commits:
     1. 0f23ed7

 - magento#15564: 2.2.4 Created admin token has no access (reported by @krukas) has been fixed in magento#15744 by @vijay-wagento in 2.3-develop branch
   Related commits:
     1. 7f34b22
     2. 349d178

 - magento#12601: A space between the category page and the main footer when applying specific settings (reported by @wd7080) has been fixed in magento#15726 by @sanjay-wagento in 2.3-develop branch
   Related commits:
     1. ce176d2

 - magento#15255: Customer who exceeded max login failures not able to login even after reset password (reported by @tizzyguy87) has been fixed in magento#16256 by @vgelani in 2.3-develop branch
   Related commits:
     1. a108233
…ct-website

[borg] MAGETWO-91497: Product websites are not honored
Fixed issues:
 - MAGETWO-92877: Write Core Application Logs to Syslog
[arcticfoxes] MAGETWO-88814: [Performance] Some indexes become recreated on db with prefixes
Fixed issues:
- DEVOPS-2632 Sample Data Builds Migrated from Bamboo
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.