When adding an OR filter group in views I get following error:
Call to undefined method Drupal\Component\Render\FormattableMarkup::getGeneratedLink() in material_admin_preprocess_views_ui_display_tab_setting() (line 117 of material_admin\inc\preprocess.inc)
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | Screen Shot 2017-12-29 at 10.11.08 AM.png | 46.73 KB | Bcwald |
| #2 | generated_link-material_admin-2933503-2.patch | 1.69 KB | robin.ingelbrecht |
Comments
Comment #2
robin.ingelbrecht commentedComment #3
Bcwald commentedHey Robin, Nice catch and thanks for the patch!
I was able to reproduce - and this patch did solve the issue. Once I added the OR/AND it caused a styling issue since the classes were not being applied correctly.
I will see about adding that class via a preprocess -- if it doesn't seem reasonable I will target them with CSS
Comment #5
Bcwald commentedCommitted this and making a separate issue for the CSS issues -- there are more things going on with the ajax checkboxes so it's not trivial.
Comment #6
Bcwald commentedComment #7
Bcwald commented