-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Templates dev-master are not updated #2939
Comments
Another thing that i think it may be related -- After adding a new Record i need to use Admin.setup_icheck(); otherwise my icheck options are all broken. I saw some references to this on the past but i think the problem is back on the newer versions |
If you want to use dev-master version of SonataAdmin, please make sure you use |
@pulzarraider as you can see i am importing all as dev-master "sonata-project/admin-bundle": "dev-master", I have just updated the SonataCoreBundle to dev-master the problem persist. Regards |
@pulzarraider one thing just popped to my mind -- i am using mongodb and mongodb has its own templates -- could it be the reason ? even 2.3 seems to be broken -- no icons being displayed. |
Yes, that's the reason. The design of |
For some reason the templates are not the last ones -- I removed the vendor folder and installed it again dev-master and the templates that i got are different from the demo one.
It appears to be using blank buttons, no fa-icons and no classes defined such btn-info btn-success etc.
Where can i grab the last twig templates or are they in a specific tag / Branch?
Example: http://grab.by/GEt2 should look like this http://grab.by/GEtg
Regards
The text was updated successfully, but these errors were encountered: