kartik-v / yii2-tree-manager

An advanced tree management module using nested sets for Yii 2.
http://demos.krajee.com/tree-manager
Other
150 stars 107 forks source link

Correct CSS class hide for Bootstrap 4.x #239

Closed myname1614 closed 5 years ago

myname1614 commented 5 years ago

there is not enough some css files to hide blocks

image

myname1614 commented 5 years ago

after composer update, clean assets, cache, cookie I see this:

image

`composer update Loading composer repositories with package information Updating dependencies (including require-dev) Package operations: 0 installs, 8 updates, 0 removals

kartik-v commented 5 years ago

This seems a stale JS caching issue at your end. You seem to have an outdated JS rendered on your client browser and NOT sending the hideCssClass property with the hash. Update to latest assets from the repo and clear all browser caches and force refresh and retry (cross check what version of JS is running on your client versus the version of the JS on the repo dev-master).

You can cross check this on the demo page where the latest JS is used and should work fine (unless you have caching issues loading stale data on your browser).

myname1614 commented 5 years ago

thanks, my mistake. I did clear frontend assets, instead backend.