Skip to content
This repository has been archived by the owner on Apr 29, 2019. It is now read-only.

Change the value of visibility #5

Closed
PieterCappelle opened this issue Oct 14, 2017 · 1 comment
Closed

Change the value of visibility #5

PieterCappelle opened this issue Oct 14, 2017 · 1 comment

Comments

@PieterCappelle
Copy link
Contributor

If your Magento2 adminhtml is in dutch the value of the column visiblity must be 'Catalogus, Zoeken' instead of 'Catalog, Search'. When you run CSV by command line the value must be Catalog, Search. We should not use strings but constants or easier, VISIBILITY_NOT_VISIBLE = 1, VISIBILITY_IN_CATALOG = 2, VISIBILITY_IN_SEARCH = 3, VISIBILITY_BOTH = 4.

@dmanners
Copy link
Contributor

dmanners commented Dec 1, 2017

Duplicate of #61

@dmanners dmanners marked this as a duplicate of #61 Dec 1, 2017
@dmanners dmanners closed this as completed Dec 1, 2017
magento-engcom-team added a commit that referenced this issue Mar 21, 2018
…ile creating new customer … #5 #14204

 - Merge Pull Request magento/magento2#14204 from rostyslav-hymon/magento2:2.3-develop-PR-port-13024
 - Merged commits:
   1. 255b682
   2. e37ae24
magento-engcom-team pushed a commit that referenced this issue Mar 21, 2018
magento-engcom-team pushed a commit that referenced this issue Mar 21, 2018
magento-engcom-team added a commit that referenced this issue Mar 21, 2018
Accepted Public Pull Requests:
 - magento/magento2#14210: [Forwardport] Inconsistent Redirect in Admin Notification Controller (by @dimonovp)
 - magento/magento2#14209: [Forwardport] Invoice grid shows wrong subtotal for partial items invoice. It shows order's subtotal instead if invoiced item's subtotal (by @AlexWorking)
 - magento/magento2#14207: [Forwardport] Make scope parameters of methods to save/delete config optional (by @mastiuhin-olexandr)
 - magento/magento2#14205: [Forwardport] Allow changing head and body element through xml layout updates (by @dimonovp)
 - magento/magento2#14204: [Forwardport] resolved default country selection issue while creating new customer � #5 (by @rostyslav-hymon)
 - magento/magento2#14203: [Forwardport] Use event object in 'ajax:addToCart' trigger when adding a product to the cart (by @mastiuhin-olexandr)
 - magento/magento2#14199: [Forwardport] Issue-13768 Fixed error messages on admin user account page after redirect for force password change (by @dimonovp)
 - magento/magento2#14194: [Forwardport] [FIX] small refactoring and removing not using variable from templates (by @mastiuhin-olexandr)
 - magento/magento2#14192: [Forwardport] magento/magento2#13820: IE11 minicart not updating on configurable pr� (by @mastiuhin-olexandr)
 - magento/magento2#14191: [Forwardport] Removed unnecessary protected member variables. (by @dimonovp)
 - magento/magento2#14190: [Forwardport] Modify Report processor to return 500 (by @AlexWorking)
 - magento/magento2#14185: [Forwardport] Added missing event parameter for proxy function on the search form submit (by @dimonovp)
 - magento/magento2#14184: [Forwardport] Add @api annotation to block argument marker interface (by @dimonovp)
 - magento/magento2#14214: [Forwardport] Fix $useCache for container child blocks (by @rostyslav-hymon)
 - magento/magento2#14212: [Forwardport] Fix typo in securityCheckers array (by @AlexWorking)
 - magento/magento2#14215: [Forwardport] #13899 Solve Canada Zip Code pattern (by @AlexWorking)
 - magento/magento2#14216: [Forwardport] Fix cache issue for currencies with no symbol (by @dimonovp)
 - magento/magento2#14213: [Forwardport] Added alias to block 'product.info.description' (by @mastiuhin-olexandr)


Fixed GitHub Issues:
 - magento/magento2#13804: Invoice grid shows wrong subtotal for partial items invoice. It shows order's subtotal instead if invoiced item's subtotal (reported by @ankurvr) has been fixed in magento/magento2#14209 by @AlexWorking in 2.3-develop branch
   Related commits:
     1. 0bfc3e1

 - magento/magento2#4454: CMS Page with <head> in layout update xml (reported by @zhiyicai) has been fixed in magento/magento2#14205 by @dimonovp in 2.3-develop branch
   Related commits:
     1. 822c6e9

 - magento/magento2#3483: Default country selection issue while creating new customer from backend (reported by @keyurshah070) has been fixed in magento/magento2#14204 by @rostyslav-hymon in 2.3-develop branch
   Related commits:
     1. 255b682
     2. e37ae24

 - magento/magento2#13768: Expired backend password - Attention: Something went wrong (reported by @janssensjelle) has been fixed in magento/magento2#14199 by @dimonovp in 2.3-develop branch
   Related commits:
     1. 4df41e1

 - magento/magento2#13820: IE11 minicart not updating on configurable product page (ES6) (reported by @Pumppa) has been fixed in magento/magento2#14192 by @mastiuhin-olexandr in 2.3-develop branch
   Related commits:
     1. 6d4065a

 - magento/magento2#11512: Incorrect use of 503 status code (reported by @andrewhowdencom) has been fixed in magento/magento2#14190 by @AlexWorking in 2.3-develop branch
   Related commits:
     1. 72c502f

 - magento/magento2#13791: Submitting search form (mini) with empty value throws error on preventDefault (reported by @koenner01) has been fixed in magento/magento2#14185 by @dimonovp in 2.3-develop branch
   Related commits:
     1. 808487b

 - magento/magento2#13899: Postal code (zip code) for Canada should allow postal codes without space (reported by @sl02) has been fixed in magento/magento2#14215 by @AlexWorking in 2.3-develop branch
   Related commits:
     1. c87b104
     2. ac37727
     3. bda63c7
     4. cb04f93
magento-engcom-team pushed a commit that referenced this issue Mar 21, 2018
removed request_schema attribute added in previous commits
magento-engcom-team added a commit that referenced this issue Jun 5, 2018
 - Merge Pull Request magento/magento2#15805 from chirag-wagento/magento2:2.1-develop-PR-port-15790
 - Merged commits:
   1. b01558a
magento-engcom-team added a commit that referenced this issue Jun 5, 2018
Accepted Public Pull Requests:
 - magento/magento2#15725: [Backport] Updated font-size variable and standardize #ToDo UI (by @vgelani)
 - magento/magento2#15724: [Backport] Moved css from media #TODO (by @vgelani)
 - magento/magento2#15736: [Backwardport] Refactor javascript code of  button split widget (by @vijay-wagento)
 - magento/magento2#15739: [Backport] fix: support multiple minisearch widget instances (by @vijay-wagento)
 - magento/magento2#15719: [Backport 2.1] Fixed return type of wishlist's getImageData in DocBlock (by @rogyar)
 - magento/magento2#15716: [BACKPORT 2.1 #15695] Fixed a couple of typos (by @dverkade)
 - magento/magento2#15803: [Backport] Remove double semicolon from the style sheets. (by @vijay-wagento)
 - magento/magento2#15807: [Backport] [Code improvement] (by @hitesh-wagento)
 - magento/magento2#15810: [Backport] fix: support multiple minisearch widget instances (by @DanielRuf)
 - magento/magento2#15805: [Backport] Make necessary space. #5 (by @chirag-wagento)


Fixed GitHub Issues:
 - magento/magento2#15354: Refactor javascript code of button split widget call js component (reported by @amittiwari024) has been fixed in magento/magento2#15736 by @vijay-wagento in 2.1-develop branch
   Related commits:
     1. 02453f6
magento-engcom-team pushed a commit that referenced this issue Jun 15, 2018
magento-engcom-team pushed a commit that referenced this issue Sep 13, 2018
[Forwardport] Refactor JS code and added JS component file
magento-engcom-team pushed a commit that referenced this issue Nov 16, 2018
magento-engcom-team pushed a commit that referenced this issue Nov 24, 2018
magento-engcom-team pushed a commit that referenced this issue Dec 21, 2018
magento-engcom-team pushed a commit that referenced this issue Mar 25, 2019
magento-engcom-team pushed a commit that referenced this issue Apr 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants