Skip to content
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

Closed
joshlopes opened this issue Apr 22, 2015 · 5 comments
Closed

Templates dev-master are not updated #2939

joshlopes opened this issue Apr 22, 2015 · 5 comments

Comments

@joshlopes
Copy link

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

@joshlopes
Copy link
Author

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

@pulzarraider
Copy link
Contributor

If you want to use dev-master version of SonataAdmin, please make sure you use SonataCoreBundle, SonataAdminBundle and SonataDoctrineORMAdmin in dev-master version. Do not mix stable and unstable versions of bundles.

@joshlopes
Copy link
Author

@pulzarraider as you can see i am importing all as dev-master

"sonata-project/admin-bundle": "dev-master",
"sonata-project/doctrine-mongodb-admin-bundle": "dev-master",
"sonata-project/formatter-bundle": "dev-master",
"sonata-project/datagrid-bundle": "dev-master",
"sonata-project/user-bundle": "dev-master",

I have just updated the SonataCoreBundle to dev-master the problem persist.
"sonata-project/core-bundle": "dev-master",

Regards

@joshlopes
Copy link
Author

@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.

@pulzarraider
Copy link
Contributor

Yes, that's the reason. The design of SonataAdmin was upgraded and in SonataDoctrineMongoDBAdminBundle are old templates. This issue should be opened there. Probably only some CSS classes are missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants