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)

Command icon 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

intersarsi created an issue. See original summary.

Mingsong made their first commit to this issue’s fork.

mingsong’s picture

Status: Active » Fixed

Thanks @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

intersarsi’s picture

Now it works with 5.x-dev.

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.