umbraco / Umbraco-CMS

Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
https://umbraco.com
MIT License
4.49k stars 2.69k forks source link

Missing check for property editor in the sidebar modal when adding a new property #17004

Open RasmusUmbraco opened 2 months ago

RasmusUmbraco commented 2 months ago

Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)

14.2.0

Bug summary

When adding a new property there's no check to confirm the selection of a property editor, which means I can have a property without a property editor, like this: image

I can't save the document type without the property editor, but it doesn't give me an error message - just shows like this: image

Specifics

No response

Steps to reproduce

  1. Add a property to a document type
  2. Don't select a property editor

Expected result / actual result

No response

detjonmataj commented 1 month ago

I noticed the same bug. When I built the standalone backoffice locally, it showed the expected errors if I tried to save without selecting an property editor. However, when I built the entire CMS, the issue persisted.

Umbraco Backoffice 14.0.0-preview004

image