Issue #1038316: Allow for deletion of a single value of a multiple value field
1 unresolved thread
Merge request reports
Activity
added 9 commits
-
da4a6abb...c1fdf4e7 - 4 commits from branch
project:11.x
- f48043bf - Issue #1038316 by tacituseu, heddn, Eyal Shalev, cchoe1, siva01,...
- f563eefa - Issue #1038316: Allow for deletion of a single value of a multiple value field - Add tests.
- 5b8a0572 - Issue #1038316: Allow for deletion of a single value of a multiple value field - Fix tests.
- e47f0ce0 - Render actions in their own column
- e899b702 - Issue #1038316: Allow for deletion of a single value of a multiple value field - Fix tests.
Toggle commit list-
da4a6abb...c1fdf4e7 - 4 commits from branch
added 6 commits
-
80bad6f9 - 1 commit from branch
project:11.x
- 513517f1 - Issue #1038316 by tacituseu, heddn, Eyal Shalev, cchoe1, siva01,...
- 57fc44e2 - Issue #1038316: Allow for deletion of a single value of a multiple value field - Add tests.
- 8678efc4 - Issue #1038316: Allow for deletion of a single value of a multiple value field - Fix tests.
- 31fe661a - Render actions in their own column
- 312ec458 - Issue #1038316: Allow for deletion of a single value of a multiple value field - Fix tests.
Toggle commit list-
80bad6f9 - 1 commit from branch
1629 1629 'colspan' => 2, 1630 1630 'class' => ['field-label'], 1631 1631 ], 1632 [], This adds a a11y issue: https://dequeuniversity.com/rules/axe/4.5/empty-table-header
It is probably not specific to this PR, but any table with an empty th. Just marking this here as it's how I detected it and I'm in a rush to create an issue, so will ref this comment on slack.
Please register or sign in to reply