-
Notifications
You must be signed in to change notification settings - Fork 57
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
Conversation
183ffaf
to
6f9d769
Compare
6f9d769
to
36fc5b6
Compare
$location = $this->locationService->loadLocation($locationId); | ||
|
||
$location = null; | ||
if (!empty($locationId)) { |
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.
It is worth to perform more strict check, maybe locationId !== null
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.
@Nattfarinn please address it as a followup
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.
Fixed here: #1588
Enable Autosave feature for Content on the Fly.
Checklist:
$ composer fix-cs
)