sissbruecker / linkding

Self-hosted bookmark manager that is designed be to be minimal, fast, and easy to set up using Docker.
MIT License
5.33k stars 261 forks source link

Show proper name for bookmark assets in admin #708

Closed ab623 closed 2 months ago

ab623 commented 2 months ago

When viewing the detail of a BookmarkAsset in the admin panel, it shows as the default object string.

image

I have added a very basic string method, which uses the display_name or if that is not present (as its not mandatory), defaults to a simple string.

With no display_name image

With display_name image

This is also reflected on the list page also

image

sissbruecker commented 2 months ago

Makes sense, thanks!