hello,

i've installed sf 3.3.8 avec sonata admin 3.1, according to composer.lock:

               "sonata-project/admin-bundle": "^3.1", 

in composer.json, i have:
        "sonata-project/doctrine-orm-admin-bundle": "dev-master",


so, the problem is that i don't see the checkboxes in the admin:



after some research and put this code in the jquery ready function:

  $('[type="checkbox"]').parent().addClass("icheckbox_square-blue");

i see the checkboxes appearing:



so, is it a bug ?
how to correct it ?

thanks

-- 
You received this message because you are subscribed to the Google Groups 
"sonata-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sonata-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to