What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hello, can anybody please tell me what's wrong with my middleware validation ruleset? I checked the

UT3DT1N4S
UT3DT1N4S Posts: 7 πŸ§‘πŸ»β€πŸš€ - Cadet

Hello,
can anybody please tell me what's wrong with my middleware validation ruleset? I checked the syntax with the documentation and don't see any error but spryker keeps telling me "The required option 'value' is not set" and i have no idea what's wrong with it.

'is_test' => [
    'NotEqualTo',
    'options' => [
        'value' => true,
    ],
],

Comments

  • UT3DT1N4S
    UT3DT1N4S Posts: 7 πŸ§‘πŸ»β€πŸš€ - Cadet

    Ok, problem solved...

  • It would be great if you post solution here πŸ™‚ Someone else might have the same question.

  • UT3DT1N4S
    UT3DT1N4S Posts: 7 πŸ§‘πŸ»β€πŸš€ - Cadet
    'is_test' => [
                    [
                        'NotEqualTo',
                        'options' => [
                            'value' => true,
                        ],
                    ],
                ],
    
  • UT3DT1N4S
    UT3DT1N4S Posts: 7 πŸ§‘πŸ»β€πŸš€ - Cadet

    Just one missing array dimension πŸ™„