-
Notifications
You must be signed in to change notification settings - Fork 56
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
EZEE-3484: Create translated draft before edit if autosave is enabled #1714
Conversation
3c28c9e
to
e60f630
Compare
Co-authored-by: Paweł Niedzielski <pawel.niedzielski@ibexa.co>
Co-authored-by: Paweł Niedzielski <pawel.niedzielski@ibexa.co>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I've got a minor, tiny remark, but it's not really that important.
Co-authored-by: Paweł Niedzielski <pawel.niedzielski@ibexa.co>
@Nattfarinn Code style needs to be fixed here |
]) | ||
); | ||
} | ||
|
||
$event->setResponse($response); | ||
} | ||
|
||
public function translate(ContentProxyTranslateEvent $event): void |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need test coverage for this code. See #1714 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True, true.
Co-authored-by: Adam Wójs <adam@wojs.pl>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
QA approved on Ibexa DXP 3.2.4-dev with patch.
Could you merge it up? |
Checklist:
$ composer fix-cs
)