Feature - UDIs in list views should be converted to something more logical
See original GitHub issueWhen 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 :
Issue Analytics
- State:
- Created 4 years ago
- Comments:17 (11 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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