railsadminteam / rails_admin

RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data
MIT License
7.88k stars 2.25k forks source link

version 3.2.0-beta : modules not found in jquery-ui #3695

Closed chaudard closed 3 weeks ago

chaudard commented 3 weeks ago

Latest jquery-ui version is 1.14.0 . Some files are missing in jquery-ui/ui (jquery-ui/ui/ie.js , ... ), so modules are not found, compilation failed and styles are not loaded. My temporary fix is a resolution in package.json ("rails_admin/jquery-ui": "1.13.3"). Hope it will help. (Thanks for rails-admin ; it helps me everyday) ruby 3.1.6 rails_admin 3.2.0-beta devise 4.9.4 Ubuntu 22.04.4 LTS (64bits)

chaudard commented 3 weeks ago

Sorry ; it seems like another issue : jquery-ui version #3692