Good thought - I'll dig into it a bit more and see what I can come up with.
Thanks!
-=Delty
Thanks all y'all - the speedy response and patch is much appreciated!
-=Delty
Delty β created an issue.
Hi @paulrad,
Well I guess that diepends on your viewpoint. Self-links are still visible when displaying a term description in a view. So is that considered "working as intended? I guess the original fix was to not display the self-links when viewing a term, versus removing the link so that it's not visible anywhere?
Thanks,
-=Phil
After looking at this a bit more, it seems that the self-linked terms only appear when using a view to display the term description. If I look at the term directly, the self-links do not appear.
Will do - I'll update with results as soon as I have them.
FYI the only reason I want to move to the dev version is for SmartDate support because the current release is locked a drupal/smart_date ^3.0 and I have several modules that need ^4.0
Sounds good - thank you!
I've narrowed the issue down to a single line in fullcalendar_view.js...
// Trigger Drupal behaviors when calendar events are updated.
calendarOptions.datesRender = datesRender;
I've commented this out and everything seems to work just fine without it. Is it even needed?
Thanks,
-=Delty
Hi,
I did some testing with it this morning and wasn't able to come up with anything useful other than that I switched to the default theme and it still had the scroll-up issue in any version beyond 5.1.6. I'm happy to do any testing if you have some thoughts on why this is happening.
Thanks,
-=Delty
Hi,
This happens with Drupal 9.x. There have been several Drupal version updates since this issue was created 8 months ago so it doesn't seem to be related to the Drupal verion.
This started with FullCalendar View 5.1.7. - 5.1.6 does not have this issue. There are no errors in the Drupal log, the server log, or in the browser console that I can see. I'm gonig to poke around some more and see what I can come up with.
I just tried the latest dev build and when including the date token I now get this error:
Drupal\Core\Entity\EntityStorageException: The timestamp must be numeric. in Drupal\Core\Entity\Sql\SqlContentEntityStorage->save() (line 815 of /home/mysite/public_html/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php).
Delty β created an issue.
I just tested this update and it has fixed the issue with the title and date not showing up.
Thanks Josh!
-=Delty
It might be worth checking out how Simplenews handles unsubscribe requests for anonymous users since the use case is almost identical.
Thanks,
-=Delty
I just updated to the latest release and added my new API token. Everything appears to be working. I was able to sync with no errors and complete a sale so that's good news. Thanks for the update!