-
Notifications
You must be signed in to change notification settings - Fork 63
No modal appears in rails_admin field #30
Comments
Is there any javascript error in the browser console? |
i have the same problem with paperclip i have no errors in the browser console, i have also used this #27 and still no effect. I have in model when i click in admin photo, new tab opens with image, when i have only has_attached_file :photo Do you have any ideas what is wrong? |
ok. it works now :) |
@PatrykM : It would be great if you share the solution you found, as others can have your same problem 😄 |
@iMacTia: first i just switched to active_admin and there i had the same problem, but i work around it just not using jcrop that's why it works :D. I didn't have much time to solve it, maybe i will try in the future ;) |
Did someone solve this? I just have this issue and have no idea what to do. UPD: after manually adding it finally start working. |
I also have this problem. With same configuration as @arachnos29a |
@DanAndreasson did u manage to work it by using this |
@bctoh I don't remember. Was some time since I used this gem |
I included rails_admin_jcrop exactly like in instruction, I'm using CarrierWave, so I added process :rails_admin_crop, anyway modal window for cropping don't appear.
GEMS:
ruby 2.1.0
rails (4.0.4)
rails_admin (0.6.1)
rails_admin_jcrop (1.4.0)
carrierwave (0.10.0)
The text was updated successfully, but these errors were encountered: