Hi,
I have a content type that it has a reference entity field (taxonomy).
Also, I created a view page that it shows this content.
I'm trying to show those elements into the calendar view, where each element/event has a background color depending of the value of term field. But i can't get it to work.
Into the settings of the view, in the "legend colors" section, I don't see the option to set a color to each term of the vocabulary.
I'm doing something wrong or it doesn't work?
Also, when I set a "Event Taxonomy Field" value and a "Vocabulary" value, then I save the settings and I don't be able to open again the calendar settings.
The register retrieves an error:
Drupal\Core\Entity\Query\QueryException: Entity queries must explicitly set whether the query should be access checked or not. See Drupal\Core\Entity\Query\QueryInterface::accessCheck(). in Drupal\Core\Entity\Query\Sql\Query->prepare() (line 141 of /var/www/html/calendari-d10/web/core/lib/Drupal/Core/Entity/Query/Sql/Query.php).
- Core Drupal 10.0.3
- Module: Full Calendar View 5.1.10
- Themes that I use: Olivero and Claro (defaults)
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | view-settings-legend-colors-works-with-5.x-dev_2.png | 27.41 KB | intersarsi |
| #6 | view-settings-legend-colors-works-with-5.x-dev.png | 55.41 KB | intersarsi |
| view-settings-legend-colors.png | 74.41 KB | intersarsi |
Issue fork fullcalendar_view-3342664
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #5
mingsongThanks @intersarsi.
I believe this issue is fixed by the latest develop version.
You can download and try it via
https://www.drupal.org/project/fullcalendar_view/releases/5.x-dev
Comment #6
intersarsi commentedNow it works with 5.x-dev.
Thanks!