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

Error with contentDimensions and fallback values #5

Open
jonnitto opened this issue Jul 12, 2018 · 0 comments
Open

Error with contentDimensions and fallback values #5

jonnitto opened this issue Jul 12, 2018 · 0 comments

Comments

@jonnitto
Copy link
Contributor

I've got following content dimensions setting in Neos 3.3

Neos:
  ContentRepository:
    contentDimensions:
      language:
        default: en
        defaultPreset: en
        label: Sprache
        icon: icon-language
        presets:
          de:
            label: Deutsch
            values:
              - de
              - en
            uriSegment: de
          en:
            label: English
            values:
              - en
              - de
            uriSegment: en

If I try to add a vocabulary I got following error:

Exception Code | 1487617770
-- | --
Neos\ContentRepository\Service\Exception\InvalidDimensionConfigurationException
201807121503158f6f3b
Data/Temporary/Development/Cache/Code/Flow_Object_Classes/Neos_ContentRepository_Service_FallbackGraphService.php
88
Packages/Application/Neos.ContentRepository/Classes/Service/FallbackGraphService.php

If I remove the fallback values everything works as expected…

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

1 participant