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

type: select localisation issue? #1151

Closed
nielsenramon opened this issue May 19, 2016 · 0 comments
Closed

type: select localisation issue? #1151

nielsenramon opened this issue May 19, 2016 · 0 comments
Labels

Comments

@nielsenramon
Copy link
Member

I think this is a localisation issue. Follow me along:

My content type:

- period:
    label: Period
    type: select
    required: true
    hint: Tijd van de dag
    localized: true
    select_options:
      nl:
      - Voormiddag
      - Namiddag
      fr:
      - Voormiddag
      - Namiddag
      en:
      - Voormiddag
      - Namiddag

Data:

- Maandag namiddag:
    _slug:
      nl: maandag-nm
      en: maandag-nm
      fr: maandag-nm
    name:
      nl: Maandag namiddag
      en: Maandag namiddag
      fr: Maandag namiddag
    period:
      nl: Namiddag
      en: Namiddag
      fr: Namiddag
    ruiming_locaties:
    - aalter
    - adegem
    - knesselare
    - ursel
    - maldegem

This does not push (undefined method join). Once I remove the translations it does however push without issues. Once i pull this back in (wagon pull) it also errors.

I do not have this issue with untranslated select types.

Any idea what I am doing wrong?

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

No branches or pull requests

2 participants