Duplicates of node with multiple date values

Created on 20 December 2022, over 1 year ago
Updated 18 May 2023, about 1 year ago

Problem/Motivation

If I allow a content multiple fields, then there are as many boxes as number of fields.
is there a way that I can enter a node with a field with multiple data entries and one node is displayed at a time?

In the view setting of the field I have unchecked "Show all values in the same row".
If I create a view with a table view then it works with that.

Does anyone have an idea how I could solve the problem?

πŸ’¬ Support request
Status

Closed: outdated

Version

5.1

Component

User interface

Created by

πŸ‡¨πŸ‡­Switzerland szeberli

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡ΊπŸ‡ΈUnited States potassiumchloride

    I have the same issue. When a node's Date Range field has multiple date values, the node appears on the calendar once for each of those dates. For an event that has 8 values in the date range field, the event appears 8 times.

    The view is configured as recommended in https://www.drupal.org/project/fullcalendar_view/issues/3206496 β†’ . The date range setting of "Show all values in the same row" is unchecked.

    I have looked at the related issues. I cannot find a configuration that displays an event only one time.

  • Status changed to Closed: outdated about 1 year ago
  • πŸ‡¦πŸ‡ΊAustralia Mingsong πŸ‡¦πŸ‡Ί

    Try Fullcalendar Block module.

  • πŸ‡ΊπŸ‡ΈUnited States potassiumchloride

    Does this mean that Fullcalendar View should not be used for displaying nodes with multiple date values? If so, could you update the project description because it is in the list of features.

    5.x (8.x-4.0 and above) version
    Upgrade Fullcalendar.js to V4.
    Automatically load third party library from CDN if local host library is missing.
    Introduce a new plugin type of 'Fullcalendar View Processor' which allow other modules to alter all properties of the Fullcalendar without hacking the JS from this module.
    Support rrule.js for recurring event
    Support Multiple Calendars in One View
    Support for entities with multiple dates
    Support Ajax filter.

  • πŸ‡¦πŸ‡ΊAustralia Mingsong πŸ‡¦πŸ‡Ί

    More details, see related issues.

  • πŸ‡ΊπŸ‡ΈUnited States potassiumchloride

    @Mingsong, thank you for adding related issues. I have reviewed all of these related issues and they do not address the original problem. If there is a single node that has multiple date values in the same daterange field, then that event appears multiple times on the calendar. I included the screenshots above πŸ’¬ Duplicates of node with multiple date values Closed: outdated . See additional screenshot of the node edit form.

    As far as I can tell, there is no way to use Fullcalendar View for displaying event nodes IF these nodes use a daterange field and that daterange field allows multiple values.

  • πŸ‡¦πŸ‡ΊAustralia Mingsong πŸ‡¦πŸ‡Ί
  • πŸ‡ΊπŸ‡ΈUnited States potassiumchloride

    My apologies to @mindsong for all the posts and thank you for speedy replies!

    Update for others who are troubleshooting this module:
    If you have entities with multiple date values AND you add any filter to limit the calendar by date ("greater than or equal to now", or some other filter) in order to limit the number of results and to improve the load, then the entities with multiple date values will not display properly on the calendar. Instead, a new row is displayed on the calendar for each of the entity dates.

    So, if you have a lot of entities (causing a slow load) and have entities with multiple dates, then you may also run into this problem.

  • πŸ‡©πŸ‡°Denmark Steven Snedker

    I can expand a little on the troubles Potassiumchloride is experiencing.

    Having Fullcalendar View display a (day) calendar based on a daterange field with multiple values works like a charm. Until you add filters.

    Some filters work well
    i.e node type == appointment, published== yes.
    You get single entries in the calendar, and they're wonderfully draggable and editable.

    Others filters carry penalties
    date_range_field == not empty will result in those undraggable, duplicate entries we see in #2 πŸ’¬ Duplicates of node with multiple date values Closed: outdated .

    field_car_term == 3 will make entries based on nodes with a changed date different from today invisible. I have not finished investigating this strange error. Can only say it apparently does not matter if the Default date source of the view is Current date, Date of first view result or Fixed value.

    Changing or adding view filters programmatically β†’ offers no escape. The troubles caused by filtering persists.

    So the best advice for now is: Are you getting no or duplicate entries? Try removing the filters one by one until there are no errors.

Production build 0.69.0 2024