Custom Views (for ListOperation) - View not showing #1173
-
Hi all, Just a quick question, not sure if I am doing something wrong. Basically want to add Custom Views but the dropdown button is not showing the added views (is not clickable on the dropdown) This is what the CrudController looks like: The 'Views' dropdown is not working, so can't select the other views |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
On the last screenshot there is a log warning: LOG.warning: method_exists(): Passing null to parameter #2 ($method) of type string is deprecated in C:\localhost\test\vendor\backpack\pro\src\Http\Controllers\Operations\CustomViewOperation.php on line 101 Not sure if its related to this? |
Beta Was this translation helpful? Give feedback.
-
Hello @Read2uk Can you please share more information about this. Versions
Then the way how you need to set View Method is with a query, like this.
If still doesn't work, try to run just Cheers. |
Beta Was this translation helpful? Give feedback.
I've just released backpack/pro 2.2.19 with the fix.
In a couple of hours our private repository should pick the change and you can get the fixed version with a
composer update
.Once again, thank you very much for the report, and for the debug process, we really appreciate it 🙏
Cheers