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

Fatal error on v1.0.3 #114

Closed
Karmalakas opened this issue Mar 10, 2021 · 1 comment
Closed

Fatal error on v1.0.3 #114

Karmalakas opened this issue Mar 10, 2021 · 1 comment
Assignees
Labels
bug Something isn't working fixed Issue has already been fixed

Comments

@Karmalakas
Copy link
Contributor

Karmalakas commented Mar 10, 2021

Fresh Grav 1.7.5 and up + Admin 1.10.5 and up
With Flex Objects 1.0.2 all is fine, but with 1.0.3 navigating to /admin/flex-objects ends up with error

Makes impossible to use FO on Admin Panel

image

@dschoschu
Copy link

I can confirm this error.

Adding this block in 1414 fixed it for me:

if (!$object) {
    return $this->object ?: null;
}

@mahagr mahagr self-assigned this Mar 11, 2021
@mahagr mahagr added the bug Something isn't working label Mar 11, 2021
@mahagr mahagr added the fixed Issue has already been fixed label Mar 11, 2021
@mahagr mahagr closed this as completed Mar 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed Issue has already been fixed
Projects
None yet
Development

No branches or pull requests

3 participants