cp-nav icon indicating copy to clipboard operation
cp-nav copied to clipboard

Custom SVG Icon selection modal hangs (500 error)

Open phillips-jon opened this issue 1 year ago • 2 comments

Describe the bug

When clicking the "+ Choose" button under the "Custom Icon" section in the modal, the modal hangs and the console throws a 500 error.

Steps to reproduce

  1. Click the "+ Choose" button in the "Custom Icon" section of the modal.
  2. Check the console for the error. Screen Shot 2022-09-28 at 08 41 40 Screen Shot 2022-09-28 at 08 44 16

Craft CMS version

4.2.5.1

Plugin version

4.0.6

Multi-site?

No

Additional context

No response

phillips-jon avatar Sep 28 '22 14:09 phillips-jon

Fixed for the next release. To get this fix early, change your verbb/cp-nav requirement in composer.json to:

"require": {
  "verbb/cp-nav": "dev-craft-4 as 4.0.6",
  "...": "..."
}

Then run composer update.

engram-design avatar Oct 08 '22 19:10 engram-design

Thank you!

phillips-jon avatar Oct 09 '22 17:10 phillips-jon

Fixed in 4.0.7

engram-design avatar Oct 27 '22 00:10 engram-design