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

Fixed Undefined property: stdClass::$filter ( for model ) #176

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Sinecuraweb
Copy link

No description provided.

@dmason30
Copy link
Contributor

dmason30 commented Feb 16, 2024

The fix should be to update to Nova 4.31, the package should be updated to make that the min version, not this change.

@imvahid
Copy link

imvahid commented Jun 1, 2024

You have made a mistake, and you can use filters with this format:
'filter' => [
[
'key' => 'product_id', // State Column for Count Calculation Here
'operator' => '=',
'value' => '0'
]
],

instead this format that exists in docs:
'filter' => [
'key' => 'product_id', // State Column for Count Calculation Here
'operator' => '=',
'value' => '1'
],

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.

4 participants