Needs review
Project:
FullCalendar
Version:
3.0.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2025 at 09:40 UTC
Updated:
2 Mar 2026 at 14:47 UTC
Jump to comment: Most recent
When configuring 'Use a custom url' in the view's style options it always outputs the entity's canonical URL.
Create a full calendar view, add a link field, set the link field as the custom URL.
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 #3
kubrick commentedComment #4
fcertal commentedCI is failing due to a PHPCS error:
Drupal.Commenting.FunctionComment.ParamMissingDefinition
Parameter $url is not described in the docblock comment
src/Plugin/views/style/FullCalendar.php around line 511.
This appears to be a coding standards issue only.
The functionality introduced by the MR works as expected in manual testing.
Comment #5
coaston commentedit seems it ignores views tokens, so unable to use anything like {{ nid }} for custom link . And now also if I disable custom link and use a default one - it does not work correctly, need to do a rollback of this patch.