Closed (fixed)
Project:
Feeds iCal
Version:
2.0.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
7 May 2023 at 17:22 UTC
Updated:
26 Mar 2025 at 12:49 UTC
Jump to comment: Most recent
The latest change is usually the timestamp of the revision. When I assign LAST-MODIFIED to the latest revision timestamp I get the following Warning message:
The content Dresdner Mathematisches Seminar konnte mit den folgenden Fehlern nicht validiert werden:
revision_timestamp.0.value: Dieser Wert sollte vom korrekten primitiven Datentyp sein.
Bitte überprüfen Sie die Zuordnungen.
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
ben.hamelin@keinstein Did some work on this today, and have a fix that provides LAST-MODIFIED as a timestamp like Drupal expects. However, it's worth noting this Feeds issue: https://www.drupal.org/project/feeds/issues/3060308
Without a presave or postsave hook the default Drupal entity update handler is going to use the current time regardless of what you have in the feed. This fix is still needed to ensure we have a properly formatted timestamp for mapping.
Comment #6
ben.hamelinComment #8
ben.hamelinComment #14
ben.hamelinComment #15
ben.hamelin