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

Recoverable Error from Translatable_Transformation::transformCheckboxField() #213

Closed
UndefinedOffset opened this issue Nov 27, 2015 · 4 comments

Comments

@UndefinedOffset
Copy link
Contributor

It seems like #166 has come back in SilverStripe 3.2, using the latest latest from the 2.1 branch Translatable causes a crash when the form contains a checkbox field. The particular instance where I'm running into this issue specifically is on a UserForm page.

Argument 1 passed to Translatable_Transformation::transformCheckboxField() must be an instance of CheckboxField, instance of CheckboxField_Readonly given
@stealerr
Copy link

I am experiencing the same thing

@brasileric
Copy link

I experience the same problem.

chillu added a commit that referenced this issue Jan 13, 2016
BUGFIX: Fixed issue #213 causing crash when accessing a translation with a checkbox
@sanderha
Copy link

Has this being fixed? I experience this issue aswell.

EDIT: If I use 2.1.* instead of 2.1.0, it is fixed

@tractorcow
Copy link
Contributor

Ah yes, fixed with #215.

You can use a stable tag with this fix when we come to release 2.1.1 (or 2.2.0).

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

5 participants