question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature - UDIs in list views should be converted to something more logical

See original GitHub issue

When adding a custom property to a listview, In this case a node picker, the displayed text is the umbId - > umb://document/e853bf611ba243bfb23fa2105d119614.

The error occurs on line 17978 in Umbraco.Controller.js.

if (typeof value === 'undefined') {
     value = getCustomPropertyValue(alias, result.properties);
 }

The function does its work, but that type of information (umbId) is errelevant for the user.

REndering example : image

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:17 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
Rizen-Kriscommented, Oct 12, 2020

image When I use “{{ value | ncNodeName }}” in 8.8 and I get “loading…” as shown in the screen shot

0reactions
emma-hqcommented, Mar 16, 2021

Hey people,

I’m going to close this one. As @ronaldbarendse pointed out, #6597 added the chance to convert the UDI. I’m not sure why the issue flagged by @Rizen-Kris has arisen but if you’d like to create a new issue for that, please go ahead.

Emma

Read more comments on GitHub >

github_iconTop Results From Across the Web

Custom Logic in Standard List View
Our client wants to use the standard Contact List View functionality to display Lists of Contacts. Let's say that there needs to be...
Read more >
Equal Access: Universal Design of Instruction | DO-IT
UDI means that, rather than designing for the average student, you design instruction for potential students who have broad ranges with respect to...
Read more >
Discover Feature Engineering, How to Engineer ...
Importance of Feature Engineering. The features in your data will directly influence the predictive models you use and the results you can ...
Read more >
Fix List for DB2 Version 10.5 for Linux, UNIX and Windows
DB2 10.5 APAR Fix list contains list of APARs shipped for each fix pack in DB2 Version 10.5 for Linux, UNIX and Windows...
Read more >
Work with List Views Unit | Salesforce Trailhead
In a list view, select all of the leads that you converted. Edit just one of the record's Lead Status fields, select Closed...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found