OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

Fix bug in updating settings for fields #8703

Closed MatteoPiovanelli-Laser closed 1 year ago

MatteoPiovanelli-Laser commented 1 year ago

When updating field settings for this "ContentLink" tinymce feature, we were by mistake comparing the field's type with its name, so the update would never happen. This fixes that.