timmyomahony / craft-remote-sync

Sync your database and assets across Craft environments using a remote destination like AWS S3
https://plugins.craftcms.com/remote-sync
Other
12 stars 4 forks source link

Plugin breaking the users section in the admin #48

Closed josh-attwood closed 1 year ago

josh-attwood commented 1 year ago

Really glad this has now been moved into craft 4! Thank you!

Quite a major issue at the minute which is making the plugin unusable.

When you go to edit user permissions in the admin, either through settings->users -> groups or through an individual's user settings, if not in devMode you get a server error and when in devMode you get:

Key "heading" for array with keys "remotesync" does not exist.

This is also a problem for for remote backups plugin.

Most probably just a template issue with Craft 4.

timmyomahony commented 1 year ago

Thanks @josh-attwood looks like I missed that permissions have slightly changed:

https://craftcms.com/docs/4.x/extend/updating-plugins.html#user-permissions

I'll fix that today. Thanks for reporting.

timmyomahony commented 1 year ago

OK, should be fixed in v4.0.1 https://github.com/weareferal/craft-remote-sync/releases/tag/4.0.1

josh-attwood commented 1 year ago

Amazing, thanks @timmyomahony !!