You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecated Jquery method size() is being used and is causing the following trace:
Uncaught TypeError: filtering_select.size is not a function
at $.(anonymous function).(anonymous function)._create (http://localhost:3000/assets/rails_admin/ra.filtering-select.self-2e2b4b93869c61371d6deca3fb34c933848aa9dfc2562dfaae5fd0fcc77b72b0.js?body=1:44:28)
at $.(anonymous function).(anonymous function)._create (http://localhost:3000/assets/jquery-ui/widget.self-c1602241ddc51216b58391768667068867b8e15b9efc722befcd25771eda6819.js?body=1:116:25)
at $.(anonymous function).(anonymous function)._createWidget (http://localhost:3000/assets/jquery-ui/widget.self-c1602241ddc51216b58391768667068867b8e15b9efc722befcd25771eda6819.js?body=1:286:8)
at new $.(anonymous function).(anonymous function) (http://localhost:3000/assets/jquery-ui/widget.self-c1602241ddc51216b58391768667068867b8e15b9efc722befcd25771eda6819.js?body=1:77:9)
at HTMLSelectElement.<anonymous> (http://localhost:3000/assets/jquery-ui/widget.self-c1602241ddc51216b58391768667068867b8e15b9efc722befcd25771eda6819.js?body=1:232:30)
at Function.each (http://localhost:3000/assets/jquery/dist/jquery.self-06c43429d1047ce3f355da574d8a9750209971b8b1b8f264f91f5518c5fcc060.js?body=1:363:19)
at jQuery.fn.init.each (http://localhost:3000/assets/jquery/dist/jquery.self-06c43429d1047ce3f355da574d8a9750209971b8b1b8f264f91f5518c5fcc060.js?body=1:158:17)
at jQuery.fn.init.$.fn.(anonymous function) [as filteringSelect] (http://localhost:3000/assets/jquery-ui/widget.self-c1602241ddc51216b58391768667068867b8e15b9efc722befcd25771eda6819.js?body=1:224:9)
at HTMLSelectElement.<anonymous> (http://localhost:3000/assets/rails_admin/ra.widgets.self-674fe3caebbb13c96450d27b42528399cd7617aeebd3642d34656519e812ea21.js?body=1:48:26)
at Function.each (http://localhost:3000/assets/jquery/dist/jquery.self-06c43429d1047ce3f355da574d8a9750209971b8b1b8f264f91f5518c5fcc060.js?body=1:363:19)
The text was updated successfully, but these errors were encountered:
rails (5.0.2)
rails_admin (1.1.1)
jQuery (3.2.1)
Deprecated Jquery method size() is being used and is causing the following trace:
The text was updated successfully, but these errors were encountered: