putyourlightson / craft-campaign

Send and manage email campaigns, contacts and mailing lists in Craft CMS.
https://putyourlightson.com/plugins/campaign
Other
64 stars 24 forks source link

jQuery error with non-admin user: no content loading #472

Closed bartrylant closed 4 months ago

bartrylant commented 4 months ago

Bug Report

I have added a non-admin user with all the correct permissions. However, the user doesn't see any content (no entries, no commerce orders,…), can't click the dropdown arrow in the sidebar, can't click the avatar to change user settings. The Chrome debug console says:

Uncaught SyntaxError: Unexpected token ';'

Followed by lots of other errors. The first error is this line:

window.Craft.canEditSegments = ;

Plugin Version

3.1.2 Lite

Craft CMS Version

5.1.1

PHP Version

8.3.3

bencroker commented 4 months ago

Thanks for reporting that! Fixed in https://github.com/putyourlightson/craft-campaign/commit/8ca2d04cad3e20869a2d4250cd58f5249152c7a8 and released in 3.1.3.