-
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
Block Grid - Block label value does not change #14649
Comments
Hi there @miljepetrovic! 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 🤖 🙂 |
Hi @miljepetrovic, Thanks a lot for reporting this ❤️ I can reproduce this on V11 for both the Block List and the Block Grid. Seems it's a general issue for labels. My findings so far:
The only workaround for "simple" labels is to use an Angular expression to print out the label - i.e. The docs do not mention "simple" labels, but they do indicate that "simple" labels should be possible. At least that's how I read them 🤔 We'll see if we can create a fix in an upcoming sprint. |
You are welcome @kjac. I am more than happy to be able to help you. I think that it would be helpful as well to be able to display value from the Settings Model by using the "Pure" template. You might consider that as well. Kind regards, |
@kjac I wonder if this PR https://github.com/umbraco/Umbraco-CMS/pull/14143/files affected this as I think simple label also used to work in Block List / Block Grid. It seems the PR removed this part It mention:
Later this was changed:
to this:
|
Fixed in #14700 |
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
v10.6.1
Bug summary
I have a Block Grid Data Type where I added the Block and specify Content Model. When I try to change the configuration of that Block and update the Label value it does not change. It always displays the name of the Content Model.
https://prnt.sc/m5unMqkWoUuG
https://prnt.sc/eV7ztuKDjkYp
I did not specify any custom template or custom style.
I use this default gridblock.editor.html.
https://github.com/umbraco/Umbraco-CMS/blob/v10/dev/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/blockgridentryeditors/gridblock/gridblock.editor.html
Specifics
No response
Steps to reproduce
Create Block Grid Data Type
Add Block and specify block label
Try to add new block in the block grid data type and Content Model Name will be displayed
Expected result / actual result
No response
This item has been added to our backlog AB#31901
The text was updated successfully, but these errors were encountered: