Changes between Version 2 and Version 5 of Ticket #36080


Ignore:
Timestamp:
Jan 13, 2025, 6:49:05 PM (4 weeks ago)
Author:
Antoliny
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36080

    • Property Status assignednew
    • Property Summary Add a link to navigate to the object through str in the inline form.Cleanup the inline link format.
  • Ticket #36080 – Description

    v2 v5  
    1 It would be better if the current str of the object in the inline form, which is in a <p>, <span> tag, could be enhanced by adding a link through an <a> tag to navigate to the object.
    2 [[Image(inline_object_str_add_link.png)]]
     1when `show_change_link` is applied, the icon image appears slightly cropped in `TabularInline`. Also, the Change and View text is applied depending on the user's permissions, but the permission-related details are already exposed in the form.
     2[[Image(tabular_inline_link.png)]]
     3Therefore, how about simply adding the link to the object's `__str__`?
     4[[Image(link_change_2.png)]]
     5I think it looks cleaner when the link is added to the `__str__`(removed icon and text).
     6Additionally, what do you think about changing the default value of show_change_link to True?
     7Changing it to True could also improve accessibility.
Back to Top