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

Fix enabled toggler toolbar action #68

Merged
merged 4 commits into from
Mar 23, 2021

Conversation

luca-rath
Copy link
Contributor

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets fixes #issuenum
Related issues/PRs #issuenum
License MIT

What's in this PR?

Fix enabled toggler toolbar action

Why?

Redirects can't be created currently

@alexander-schranz
Copy link
Member

@luca-rath We should edit the Functional Controller Test cases that the not longer sending enabled to the endpoint to match the real form:

$this->defaultData = ['source' => '/test1', 'sourceHost' => null, 'target' => '/test2', 'enabled' => true, 'statusCode' => 301];
$this->status410Data = ['source' => '/test410', 'sourceHost' => null, 'enabled' => true, 'statusCode' => 410, 'target' => null];

@alexander-schranz alexander-schranz merged commit 63f8059 into sulu:2.x Mar 23, 2021
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

Successfully merging this pull request may close these issues.

2 participants