From the documentation for the Block List Editor (https://our.umbraco.com/documentation/getting-started/backoffice/property-editors/built-in-property-editors/Block-List-Editor/) I don't see any simular filter.
So my question is, is there a simular filter for the block list editor? I tried to use the same ncNodeName filter, but it just display the label "Loading...".
I've been using ncNodeName with the block list editor without any issue. I sometimes get 'Loading' before the content is first published. It doesn't go away after that?
I suspect that the string 'Loading' is actually populated by the ncNodeName filter.
You're right the "Loading..." disappears and the name of the node shows up when the selected node is published.
However I dont see a reason for the need of the node to be published? I just tested with another solution using nested content, and here the name of the node shows up even if the node is not published.
I imagine the behaviour that works uses the ContentService while the one that doesn't uses the content cache. Clearly it would be better if it worked :-)
Just resurrecting this, but using Umbraco 8.14 and I just get a permanent "Loading..." when using the ncNodeName filter, regardless if the picked content has been published. So how are you getting it to work? Or has it broken in recent versions?
Exactly the same as described; using the ncNodeName filter perpetually shows 'Loading...' regardless of the publish state of the linked content. If using the inline editing mode for block lists, changing anything on the expanded form will cause the ncNodeName value to load, but this is hardly ideal and clearly not the intended behaviour.
Block list ncNodeName filter
Hi,
In Nested content it was posible to use a Angular filter called ncNodeName to display the name of the node selected in node picker type. This is documented here: https://our.umbraco.com/documentation/getting-started/backoffice/property-editors/built-in-property-editors/Nested-Content/
From the documentation for the Block List Editor (https://our.umbraco.com/documentation/getting-started/backoffice/property-editors/built-in-property-editors/Block-List-Editor/) I don't see any simular filter.
So my question is, is there a simular filter for the block list editor? I tried to use the same ncNodeName filter, but it just display the label "Loading...".
I've been using
ncNodeName
with the block list editor without any issue. I sometimes get 'Loading' before the content is first published. It doesn't go away after that?I suspect that the string 'Loading' is actually populated by the
ncNodeName
filter.Thanks David,
You're right the "Loading..." disappears and the name of the node shows up when the selected node is published.
However I dont see a reason for the need of the node to be published? I just tested with another solution using nested content, and here the name of the node shows up even if the node is not published.
I imagine the behaviour that works uses the
ContentService
while the one that doesn't uses the content cache. Clearly it would be better if it worked :-)Just resurrecting this, but using Umbraco 8.14 and I just get a permanent "Loading..." when using the
ncNodeName
filter, regardless if the picked content has been published. So how are you getting it to work? Or has it broken in recent versions?Hello from 2022! I'm running into this issue with an Umbraco 9.5.2 site.
This is still happening for v10.2.
Exactly the same as described; using the ncNodeName filter perpetually shows 'Loading...' regardless of the publish state of the linked content. If using the inline editing mode for block lists, changing anything on the expanded form will cause the ncNodeName value to load, but this is hardly ideal and clearly not the intended behaviour.
Apparently this is/will be fixed in 10.3, according to this: https://github.com/umbraco/Umbraco-CMS/issues/10127 (issue is Closed and tagged 10.3 release) and this: https://our.umbraco.com/download/releases/1030 (under 'UI and UX updates').
is working on a reply...