magento / magento2

Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement.
http://www.magento.com
Open Software License 3.0
11.49k stars 9.3k forks source link

adminhtml grid based on ui_component does not show columns for me #2267

Closed 0m3r closed 8 years ago

0m3r commented 8 years ago

customer, content pages, content blocks grids don't show columns

After

whereis_columns Now I stay on 2fc983463ca5ae4a78159674f65e3c7ad4a9beaf

daim2k5 commented 8 years ago

Please delete also the var/* content and make a

  1. bin/magento setup:upgrade
  2. bin/magento setup:static-content:deploy

If you have still the issue please open the dev console maybe you face the same problem as #2268

0m3r commented 8 years ago

It still fails.

ReferenceError: getVisible is not defined
http://local.magentocommerce2.com/pub/static/adminhtml/Magento/backend/en_US/knockoutjs/knockout.js line 2624 > Function
Line 1
ReferenceError: viewsArray is not defined
http://local.magentocommerce2.com/pub/static/adminhtml/Magento/backend/en_US/knockoutjs/knockout.js line 2624 > Function
Line 2
ReferenceError: getRanges is not defined
http://local.magentocommerce2.com/pub/static/adminhtml/Magento/backend/en_US/knockoutjs/knockout.js line 2624 > Function
Line 1
ReferenceError: hasPreviews is not defined
http://local.magentocommerce2.com/pub/static/adminhtml/Magento/backend/en_US/knockoutjs/knockout.js line 2624 > Function
Line 2
guz-anton commented 8 years ago

I can suggest also:

  1. Clean pub/static directory
  2. Clean browser cache

Looks like .js files on the page are outdated.

0m3r commented 8 years ago

Do you mean rm -rf pub/static ?

Clean browser cache - it helped me