Changes between Initial Version and Version 1 of Ticket #34619


Ignore:
Timestamp:
Jun 1, 2023, 10:36:12 AM (17 months ago)
Author:
Cheuk Ting Ho
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34619 – Description

    initial v1  
    11The following snippet:
    22
    3 ```
     3`
    44<select name="permissions_old" id="id_permissions_from" multiple="" class="filtered" data-field-name="permissions" data-is-stacked="0">
    5 ```
     5`
    66
    77in `admin/auth/group/add/` is lacking the accessible name for the selected. We suspect is the JS widget modified the label generated.
Back to Top