ppetrid / yawd-admin

An administration website for Django
Other
138 stars 32 forks source link

Can't select an id with raw_id_fields #31

Closed rspt closed 8 years ago

rspt commented 10 years ago

Hello,

I just installed yawd-admin and it's very nice (thanks for the work!).

I've a problem with the fancy box and the raw_id_fields.

When I click on the magnifiying glass next to a raw_id_field, this open the fancybox but I can't select directly the object that I want to populate the raw_id_field with the object id.

Thanks for looking at this "problem"

geerk commented 10 years ago

I also have this problem. It opens full django admin in fancy box instead of custom selector for ids. I'll appreciate if someone tell me how to fix this problem.

geerk commented 10 years ago

@rspt I've found that in development version (master branch) this issue was fixed.

rspt commented 10 years ago

Ok thanks a lot for the information!

rspt commented 8 years ago

I close this issue due to the inactivity and seems the problem seems to be resolved.