Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

EZP-31784: Enable autosave feature for Content on the Fly #1578

Merged
merged 2 commits into from
Oct 13, 2020

Conversation

Nattfarinn
Copy link
Contributor

Question Answer
Tickets https://jira.ez.no/browse/EZP-31784
New feature? yes
BC breaks? no
Tests pass? yes
Doc needed? no
License GPL-2.0

Enable Autosave feature for Content on the Fly.

Checklist:

  • Coding standards ($ composer fix-cs)
  • Ready for Code Review

$location = $this->locationService->loadLocation($locationId);

$location = null;
if (!empty($locationId)) {
Copy link
Contributor

@mikadamczyk mikadamczyk Oct 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is worth to perform more strict check, maybe locationId !== null

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Nattfarinn please address it as a followup

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed here: #1588

@lserwatka lserwatka merged commit 1ef3440 into master Oct 13, 2020
@lserwatka lserwatka deleted the ezp-31784-cotf branch October 13, 2020 14:08
adamwojs pushed a commit to adamwojs/ezplatform-admin-ui that referenced this pull request Oct 21, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

8 participants