Display Content Picker Value in the Back Office List Umbraco 8.1.1
Hello All,
Can anyone know how to display content picker value other than "umb://document/97a7ffb894b648a5a6fb28998568d029" in the back office list for Umbraco 8.1.1.
Please refer attached screenshot for your reference.
If you try dynamic that will hit performance. So, alternative approach could be that you create a label. And on ContentService_Saving, you can fill label with content picker label. You can show this label on the back-end.
Display Content Picker Value in the Back Office List Umbraco 8.1.1
Hello All,
Can anyone know how to display content picker value other than "umb://document/97a7ffb894b648a5a6fb28998568d029" in the back office list for Umbraco 8.1.1.
Please refer attached screenshot for your reference.
http://prntscr.com/ouxctx
If someone helps to solve this it better for me because of this requirement need every content page list in the back office.
Thanks in Advance.
Hi,
If you try dynamic that will hit performance. So, alternative approach could be that you create a label. And on ContentService_Saving, you can fill label with content picker label. You can show this label on the back-end.
Regards,
Shaishav
is working on a reply...