Changes between Initial Version and Version 7 of Ticket #32031


Ignore:
Timestamp:
May 12, 2021, 2:30:45 PM (3 years ago)
Author:
Raffaele Salmaso
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32031

    • Property Cc Raffaele Salmaso added
    • Property Has patch set
    • Property Owner changed from nobody to Raffaele Salmaso
    • Property Status newassigned
    • Property Type UncategorizedNew feature
    • Property Triage Stage UnreviewedAccepted
    • Property Summary Add model instance to app_list contextAdded model class to app_list context
    • Property Patch needs improvement set
  • Ticket #32031 – Description

    initial v7  
    1 I need to manipulate the `app_list` in my custom admin view, and the easiest way to get the result is to have access to the model instance (currently the dictionary is a serialized model).
     1I need to manipulate the `app_list` in my custom admin view, and the easiest way to get the result is to have access to the model class (currently the dictionary is a serialized model).
    22
    3 In addition I would make the `_build_app_dict` method public, as it is used by the two views `index` and `app_index`.
     3~~In addition I would make the `_build_app_dict` method public, as it is used by the two views `index` and `app_index`.~~
Back to Top