-
-
Notifications
You must be signed in to change notification settings - Fork 563
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
GenericBlock not updating item title in the manager #1246
Comments
it was my fault sorry, I needed a custom vue component to handle the blur, closing. |
I'll reopen this issue as we should add support for updating list-title on generic block-components. |
The |
Does this deprecate the |
@mikaellindemann |
And @mikaellindemann I see your point when going through the code but I'll get back to you on that. |
@mikaellindemann The class public virtual string GetTitle()
{
return "[Not Implemented]";
} This implementation could be expanded to check if |
@mikaellindemann That worked perfectly. So in other words when setting the |
Hi,
not sure if its a bug or I am doing it wrong, but using the code below, the title doesnt show up in the item list until a page refresh, It could be onblur setting in vue? According to the docs: "No specific Vue component is needed to render block groups".
The same thing happens with a region as well, region i have:
The text was updated successfully, but these errors were encountered: