-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Which component is this issue related to?
Umbraco Commerce (Core)
Which Umbraco Commerce version are you using? (Please write the exact version, example: 10.1.0)
16.0.0-rc1
Bug summary
When using the "Store Entity Picker Property Editor UI", and not selecting a default Store. Using the template will not display the stores based on context:
Store definition text:
Optional. If set, the store will be fixed to the selected store otherwise the store will be determined by the current context.
Specifics
Im using Umbraco.cms 16.0.0 cloud
Steps to reproduce
-
Setup the Umbraco demostore
-
Create a new document type with template and add the following property:
"Store Entity Picker Property Editor UI" With the current settings:
EntityType: Location
Store: Blank -
Create a contentpage using the document type
-
No stores to select from
Note:
I have tested by selected a specific store, this works fine and the locations from that store is displayed in the picker
Expected result / actual result
Show the locations within the correct store context
Dependencies
No response