I completed the survey, couldn't come this year but have in the past!
Also covered in https://www.drupal.org/project/tmgmt/issues/3387162 π Support metatag 2 and avoid errors on complex (non-string) metatags Needs review
I have run into this issue as well. It looks like it has already been fixed in newer code:
https://git.drupalcode.org/project/tmgmt/-/commit/5d1dde52214136493c4e2e...
But there is not a new release with this fix yet. So may need to patch or run a dev snapshot to get the change.
I am seeing this locally as well and the patch in #17 still applies to the latest code in 8.x-1.x branch and the PHP notices go away.
Ok I looked into this more closely and it looks like the old permission is not dynamically set and our issue was the the Views defined in the old version of the module did not have their access settings automatically updated upon upgrading to the 2.x version. Going to close this for now.
jaydub β created an issue.
jaydub β created an issue.
I have rerolled the latest patch to remove the changes on file permissions that are not needed (they change two PHP files to have execute permissions).
/admin/config/regional/name/list is the admin path in question, not /admin/config/regional/flexdate/list in the ticket description above.
We had been using this patch for the MTCaptcha module but the patch no longer applies cleanly for the recently released 8.x-6.2 version of the module.