runbot/runbot_merge/views
Xavier Morel 83e588d7fe [FIX] runbot_merge: dropdowns for bs5
BS5 namespaced the data-attributes it uses to trigger JS
behaviours. So for dropdowns `@data-toggle` doesn't do anything
anymore, one has to use `@data-bs-toggle`. Missed that while testing
the migrations.

Also seems like `@aria-expanded` was misapplied when I added the
dropdowns:

> When a menu is displayed, the button object that toggles the
> visibility of that menu has aria-expanded="true" set. When the menu
> is hidden, aria-expanded can be omitted. If specified when the menu
> is hidden, it should be set as aria-expanded="false".

Since the dropdowns are hidden by default, the button should be
`@aria-expanded="false"`.
2024-12-02 16:32:53 +01:00
..
batch.xml [FIX] runbot_merge: layout backend issues galore 2024-08-16 15:12:04 +02:00
configuration.xml [FIX] runbot_merge: menus 2024-08-16 14:19:13 +02:00
mergebot.xml [MERGE] runbot_merge, forwardport: latest updates 2024-11-20 08:05:41 +01:00
queues.xml [IMP] runbot_merge: inspectability of patch parsing 2024-12-02 16:32:53 +01:00
res_partner.xml [FIX] runbot_merge: layout backend issues galore 2024-08-16 15:12:04 +02:00
runbot_merge_project.xml [MERGE] bot from 16.0 to 17.0 2024-08-12 13:13:03 +02:00
templates.xml [FIX] runbot_merge: dropdowns for bs5 2024-12-02 16:32:53 +01:00