- First commit to issue fork.
- Merge request !11Issue #3238148: Tabs still displayed even when empty → (Open) created by Foxy-vikvik
- Open on Drupal.org →Core: 9.5.x + Environment: PHP 7.4 & MySQL 5.7last update
almost 2 years ago Not currently mergeable. - last update
almost 2 years ago 2 pass - last update
almost 2 years ago 2 pass - First commit to issue fork.
- 🇺🇸United States loze Los Angeles
This wasn't working for me, empty views loaded with ajax were still showing, so I made some adjustments and rebased for 4.0.x
MR 24 is for 4.0.x
Here is a patch for composer
Still no test coverage.
- 🇺🇸United States loze Los Angeles
While digging into this I had a thought.
There is a difference with an empty view because views permission/argument validation fails vs. a view with no results.
And do we want to hide the tab in both cases? There are times when you would want the content of the no results handler to display on certain views.Perhaps there could be a setting per views tab allowing them to specify no results vs no access?