-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom BlockEditors inheriting from BlockListPropertyEditorBase do not save #14959
Comments
Hi there @FullStackChef! Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Umbraco better. We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.
We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of contributions to work with and only a few humans who are able to do it. We are making progress though and in the meantime, we will keep you in the loop and let you know when we have any questions. Thanks, from your friendly Umbraco GitHub bot 🤖 🙂 |
Note: I have a draft pull request #14960 with a fix for this. |
Hey @FullStackChef 👋 |
ExtendedBlockListConfiguration.zip Hey @elit0451 reproduction package attached. |
Thank you for bringing up this issue to us! We have been able to reproduce it and I will assign proper labels to the issue. Thank you again and I wish you a wonderful rest of the week! |
Fixed in #14960 |
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
12.2.0
Bug summary
BlockListPropertyEditorBase
includes a nested internal classBlockListEditorPropertyValueEditor
which implements the internal abstract classBlockEditorPropertyValueEditor
.The constructor of BlockListEditorPropertyValueEditor Sets BlockEditorValues:
Where
BlockListEditorDataConverter
has a hard coded value ofConstants.PropertyEditors.Aliases.BlockList
(Umbraco.Blocklist
) for theBlockEditorDataConverter
data converter.Because of this any custom property that inherits from
BlockListPropertyEditorBase
successfully completes the process of saving but does not actually save.Specifics
No response
Steps to reproduce
Expected result / actual result
Expected result:
Actual result:
The text was updated successfully, but these errors were encountered: