Redesign the menu link add form to be less overwhelming
Problem/MotivationDuring the usability sessions, some participants struggled with fill out the menu link add page. It has an overwhelming number of options, some are really important, some aren't...
View Article[policy, no patch] Use Update XML in Package manager to determine release...
Problem/MotivationThis core issue is to determine what approach should be taken on #3359820: Rely on TUF-protected resources to determine which updates are available for the Package Manager(API only)...
View ArticleSupport route aliasing (Symfony 5.4) and allow deprecating the route name
Problem/MotivationOver in #2723579: [PP-1] NodeRouteProvider should extend DefaultHtmlRouteProvider we are trying to deprecate 'node.add_page' and 'node.add' routes.The problem is these route names are...
View ArticleUpgrade tests to HTML5
This issue is part of #1333730: [Meta] PHP DOM (libxml2) misinterprets HTML5.The Drupal\system\Tests\Theme\FunctionsTest needs to be upgraded to HTML5.Blocked on #2667340: Usage of field_prefix and...
View ArticleAllow end date to be optional
Problem/MotivationThe 7.x Date module allowed the field to have an optional or required end date. D8 always requires the end date.Proposed resolutionMake end_value in DateRangeItem optional, add...
View ArticleAdjust the orientation of main region and sidebar regions in the menu...
Problem/MotivationIn Redesign the menu link add form to be less overwhelming we are re-arranging the form in two sections named main column and a secondary column(sidebar). The problem with the current...
View ArticleAdd table footer support
Problem/Motivationtfoot element is lost during the conversionSteps to reproduceGo to Open the source editing.Paste the following markup:<table> <thead> <tr> <th>Items</th>...
View Article[PP-1] Validate inputs of config schema's TypeResolver: only allow...
Problem/MotivationSee #3382581-16: Add new `EntityBundleExists` constraint, -18 and -19.Steps to reproduceProposed resolutionRemaining tasksUser interface changesAPI changesData model changesRelease...
View ArticleDeleting Node when View has Menu: Tab with Normal menu link parent results in...
If you create a view with a Page and Tab menu with a parent, deleting a node results in the node being deleted and the browser redirecting to /node/{nid}/delete. Clicking delete on this page results in...
View ArticleAllow user to add display modes from respective field UI's.
Problem/MotivationCurrently the users cannot add/create a new form/display mode while entity creation flow.The view display mode has a link Manage view modes which redirects to the view display mode...
View ArticleAdd support for Token and plural in Views Global result summary plugin
Hello team,I recently used views to build my search page, and added a Global Result summary block in the header. I see few tokens are available. I used the token "@total" along with I need to display...
View ArticleArticle text can overflow page on mobile viewports
Problem/MotivationArticle page Ui issue Steps to reproduceCreate a content type Artcile . In body Keep entering AAAAAAAAAAAAAAAAAAAa....................................... Proposed resolutionUi Shoul...
View ArticlePrevent saving config entities when configuration overrides are applied
If you use the Drupal's admin in another language than the default language when enabling module or adding field or making any new translatable config, you risk having different langcode in your...
View ArticleAllow plugin service wiring via constructor parameter attributes
Problem/MotivationTo wire services to a plugin, developers must implement ContainerFactoryPluginInterface and a custom create() method that pulls services from the container and calls the plugin...
View ArticleForm tokens are now rendered lazily, so forms now *can* be cacheable: stop...
Problem/Motivation#2559011: Ensure form tokens are marked max-age=0 made sure the form token (a CSRF token) was only set for authenticated users, and ensured it specified max-age=0.#2571995: GET forms...
View Article[Regression] Editing a media entity now always redirects you to a media...
Problem/Motivation#2974203: Redirect back to media list after creating a media entity caused a fairly serious regression for an unknown (presumably small) percentage of site admins. Although the title...
View Article"default" functionality isn't implemented
Problem/MotivationAccording the the documentation we should be able to do the following: tertiary: type: string title: Tertiary # Limit the available options by using enums. enum: - success - warning -...
View Article"Add another item" field button is displayed as a modal action
Problem/MotivationWhen a form pops up in a modal window, the form includes a multi-value field and the Claro theme is in use, the "Add Another" buttons are added to the footer of the modal instead of...
View ArticleJavascript breaking on block layout page after drag or select new region
Problem/MotivationJavascript breaking on the block layout page when a row is dragged The issue was caused by the Refactor (if feasible) use of jquery is function to use vanillaJSSteps to...
View ArticleProvide backwards-compatibility for storage settings in...
Problem/Motivation#3347291: Combine field storage and field instance forms changed the field/field storage form structure. In that issue, various calls to that trait method were updated to include the...
View Article