Changes between Version 11 and Version 14 of Ticket #35650


Ignore:
Timestamp:
Nov 19, 2024, 4:01:55 PM (42 hours ago)
Author:
tanaydin sirin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35650

    • Property Summary Multi select checkboxes with shift key is not working in TabularInlineAdminMulti select checkboxes with shift key is not working in TabularInlineAdmin and StackedInlineAdmin
  • Ticket #35650 – Description

    v11 v14  
    1 On any object list, we can select multiple objects by pressing the shift key while clicking the second checkbox, but it's not possible with TabularInline ModelAdmin.
    2 
    3 (Same situation applies to StackedInlineAdmin too, I think it's better to fix it in another commit)
     1On any object list, we can select multiple objects by pressing the shift key while clicking the second checkbox, but it's not possible with TabularInline and StackedInlineAdmin ModelAdmin.
Back to Top