Closed (fixed)
Project:
Google Calendar Import
Version:
8.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2019 at 17:34 UTC
Updated:
29 Apr 2019 at 23:34 UTC
Jump to comment: Most recent
Comments
Comment #2
rivimeyI have had a look at this as part of my other changes, and am a bit confused, because almost all other content entities I could see do include the line that this patch removes. It therefore feels unsafe to apply the patch. If someone can explain why this change is correct I can review this again.
Comment #3
spencerbrooks commentedThere's not a ton of documentation I can find on that specific annotation, but
field_datagenerally refers to revisions, which aren't supported by the Google Calendar Event entity. Additionally, the referencedgoogle_calendar_event_field_datatable doesn't actually exist in the database.You can reproduce this by adding a custom field to your Google Calendar Event entity, and then creating a view with a base table of Google Calendar Event. You won't be able to see your custom field in the fields list until you remove that line.
Comment #4
rivimeyThanks for the info. I'll have another look.
Comment #6
rivimey