- Notifications
You must be signed in to change notification settings - Fork1.5k
Open
Labels
Description
Pimcore version
2025.3
Steps to reproduce
First create a Test Class
- Create a DataObject class.
- Add a block data type structured field.
- Add
localizedfieldinsideblockfield. - Add
inputfield inside thelocalizedfield. - Save the class.
- Example:

Create data Object:
- Create a data object from tree context menu.
- Add data block.
- Enter value in field [which is inside localized field inside block]
- Try to save the object.
- Example:

Actual Behavior
When user trying to save the object with the data inside the localized field which is inside the block user is getting error:Localized Fields are only valid in Objects, Fieldcollections and Objectbricks
Trace:

Expected Behavior
User should be allowed to save the data within any kind of localized field inside the block.
Example:

Extra Note: Following mentioned issue is reproducable onPimcore Studio Server but working Fine onDemo Server