skartknet / Iconic

The ultimate icon picker for Umbraco backoffice
MIT License
7 stars 8 forks source link

Unable to select icons in the "Select an icon" overlay #22

Closed RGV2ZWxvcGVy closed 2 years ago

RGV2ZWxvcGVy commented 2 years ago

I am using Umbraco version 10.3.2 in combination with Iconic version 5.0.1. The Iconic package says the ".Core" version of the package is also required as a dependency, but it is not installed automatically when installing the main package. I have a clean install of Umbraco, and installed Font Awesome 5.15.4 as a client side library.

The configuration of the Iconic data type:

image

image

When I try to pick an icon in the overlay, I get the following error message in the browser console:

image

I tried this with and without the "Our.Iconic.Core" package, but I get the same results.

Expected behaviour: The picked icon gets highlighted and picked correctly.

PetervandenDungen commented 2 years ago

Exact same issue here, also the 'Override Backoffice Template' checkbox doesn't work.

wileyveteran commented 2 years ago

Yep, $scope.value is undefined in Our.Iconic.Dialog.Controller image

skartknet commented 2 years ago

I have fixed this on version 5.1.0. I haven't been able to replicate any missing references to .Core though. I have installed the package in a fresh install and it has worked fine.

skartknet commented 2 years ago

BTW, I have removed the Override Backoffice checkbox. Just entering a value on the Backoffice Template input will indicate that you want to override the Template.

RGV2ZWxvcGVy commented 2 years ago

@skartknet Thanks for the quick reply, and fix :)