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

translatable - is not deactivated from config? #74

Closed
zhil opened this issue Oct 11, 2011 · 0 comments
Closed

translatable - is not deactivated from config? #74

zhil opened this issue Oct 11, 2011 · 0 comments

Comments

@zhil
Copy link

zhil commented Oct 11, 2011

I had problems recently with

Call to undefined method Symfony\Component\HttpFoundation\Request::getLocale() 

finally I solved it by switching to tag 1.0.0.

But, before switching I tried to deactivate translatable behavior by adding code

stof_doctrine_extensions:
        default_locale: ru_RU
        orm:
            default: 
                tree: false
                sluggable: false
                translatable: false
                timestampable: false
                loggable: false

And still got the same error - so actuall listener was called somewhere.

Looks like a bug - isn't it?

@stof stof closed this as completed in 042f1e3 Oct 11, 2011
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