- Issue created by @2dareis2do
- 🇬🇧United Kingdom 2dareis2do
Added patch that allows you to set the row container class form views style options
- Status changed to Needs review
6 months ago 9:59pm 28 May 2024 - last update
6 months ago Patch Failed to Apply - Status changed to Needs work
6 months ago 10:04pm 28 May 2024 The Needs Review Queue Bot → tested this issue.
While you are making the above changes, we recommend that you convert this patch to a merge request → . Merge requests are preferred over patches. Be sure to hide the old patch files as well. (Converting an issue to a merge request without other contributions to the issue will not receive credit.)
- last update
6 months ago Patch Failed to Apply - First commit to issue fork.
- 🇬🇧United Kingdom 2dareis2do
Just a note, although not overridden by display, these settings seem to be overridden by type of display. e.g. block, page etc (which is good)
- last update
6 months ago Custom Commands Failed - 🇮🇳India prashant.c Dharamshala
Looks like patches need re-roll as not applying either on
11.x
or10.1.x
and may also require rebase to raise the PR. - last update
6 months ago 29,432 pass, 171 fail - 🇬🇧United Kingdom 2dareis2do
reworked slightly to:
- allow classes to be applied to row without need for default classes to be enabled (this assumes the default class is
view-content
. - Allow default container class to be enabled or disabled. The default is to enable.
- Along similar lines, added support to allow default "empty" container class to be enabled or not. The default is to enable.
- Reworked descriptions. Explain that custom classes can be separated by space if using more than one.
Previously the custom row class would only work if the default value was selected.
- allow classes to be applied to row without need for default classes to be enabled (this assumes the default class is
7:31 4:39 Running- last update
6 months ago Build Successful - 🇳🇿New Zealand quietone
Fixes are made on on 11.x (our main development branch) first, and are then back ported as needed according to our policies.