Changes between Initial Version and Version 1 of Ticket #34718


Ignore:
Timestamp:
Jul 17, 2023, 8:11:52 AM (16 months ago)
Author:
Christophe Henry
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34718

    • Property Component Uncategorizedcontrib.admin
    • Property UI/UX set
  • Ticket #34718 – Description

    initial v1  
    1 Custom ``ListFilter`` in django admin can yield a lot of results, in which case, the page can be very long.
     1Custom `ListFilter` in django admin can yield a lot of results, in which case, the page can be very long.
    22
    3 This could be solved by adding a ``details_collapsed = True`` attribute to the ``ListFilter`` class and render the ``<details>`` tag according to that attribute.
     3This could be solved by adding a `details_collapsed = True` attribute to the `ListFilter` class and render the `<details>` tag according to that attribute.
Back to Top