⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Bug with jQuery Migrate after updating from 1.5.0 to 1.5.4



geekygirl

geekygirl
  • profile picture
  • Member

Posted 13 February 2016 - 21:54 PM

I had an application written in Grocery CRUD 1.5.0 and I wanted to freshen it up a bit so I picked up a new 1.5.4 and updated the setup.

However after I made the update when I make and edit and press Update I would get something like this:

 

[attachment=1071:Screen Shot 2012-05-19 at 4.34.24 AM.png]

(I have borrowed this image from this post  :) )

 

And this is what Chrome reported to be the problem:

[attachment=1072:jquery.png]

 

I did some research and ti comes up that the bug is because of jQuery Migrate

and I found out that it was removed from assets/grocery_crud/js/jquery-1.11.1.min.js

 

[attachment=1073:jquery-migrate.png]

 

So after I restored that code back to the file it started to work normally.

 

I'm really not that expert when it comes to jQuery and if some one knows what's going on please let me know.

 

Thanks!


Juan Tagapagkodigo

Juan Tagapagkodigo
  • profile picture
  • Member

Posted 19 February 2016 - 18:12 PM

I encountered the same problem.

 

I solved it by adding jquery migrate v1.3.0, my jquery is v2.2.0


geekygirl

geekygirl
  • profile picture
  • Member

Posted 05 April 2016 - 22:55 PM

I encountered the same problem.

 

I solved it by adding jquery migrate v1.3.0, my jquery is v2.2.0

 

had to do the same thing... Any updates on this?