Add void return to @ingroup entity_crud hook implementations
Problem/MotivationSee #3483037: [META] Add return types to hook implementationsAlmost all entity_crud hooks return void, except hook_entity_preloadSteps to reproduceProposed resolutionAdd void return...
View ArticleAdd return type to remaining hook implementations
Problem/MotivationSee #3483037: [META] Add return types to hook implementationsThis ticket aims to update any hook implementation not covered by other issues.Steps to reproduceProposed...
View ArticleTableSort issue with expressions
I found this problem when using theme_table() to create a sortable table from a query that uses db_select's addExpression() method. It should output a 3 column table. The middle column's content should...
View ArticleLink to useful information about .htaccess and directory protection
On a fresh install of 8.3.7 running on Dreamhost shared hosting, I get a warning at /admin/reports/status advising of this:TEMPORARY FILES DIRECTORY Not fully protected See...
View ArticleEmpty content block message in overview is missing a space
Problem/MotivationThe empty message of the content block table is missing a space in between the two sentences (for users that have access to create a block). It reads:There are no content blocks...
View ArticleRemove hard-coded <br /> from batch API
Problem/Motivation#2548147: All batch labels are HTML escaped shows we have three hard-coded <br /> tags in batch API. In general there's almost always a better option than a break tag. Opening...
View ArticleUse logger channel services consistently, instead of the factory object
Problem/MotivationSpotted while understanding #3254307: [PP-1] Make clearer that classes in contributed modules should not generally add the LoggerChannelTrait traitCore does not consistently use...
View ArticleOlivero Pager styling is not matching the design
Problem/MotivationI was reviewing the design and I observed that the styling of the pager is different from the design. In the design, there is a border defined on the items but in the current...
View ArticleOlivero Full pager display incorrect on table with filters
Problem/MotivationThe view content is set as display: grid due to changes from 3365367 in views.css which breaks views layout with pager. example on the screehshot.Steps to reproduce: - Standard Drupal...
View ArticleOlivero Pager should use single directory components
Olivero's pager component should be using SDC. Let's migrate it. The current code lives in core/themes/olivero/templates/navigation/pager.html.twig
View ArticleUmami pager on 'Recipe Collections' displays a specified number w/o...
Problem/MotivationAt the bottom of the page is a block called "Recipe Collections" which is a view of taxonomy term: Vocabulary (= Tags)This is set to only display the first 16 items without any...
View ArticleAjax Pager pagination broken after upgrade 10.0.9 to 10.1.2
Problem/MotivationProblem/MotivationSince I have upgrade severals sites from 10.0.9 to 10.1.2, a problem with ajax pager (front [like news views] and back [like media browser]).When I take the views...
View ArticleOlivero pager pagination problem on view with ajax enabled
Problem/MotivationProblem with Olivero view pager on Firefox browser.I created a Drupal view page with a full pager at the bottom of the view. Besides this view has enabled ajax functionality. This...
View ArticleTry to simplify checks in AdminNegotiator
Problem/Motivation return ($this->entityTypeManager->hasHandler('user_role', 'storage') && $this->user- >hasPermission('view the administration theme') &&...
View ArticlePager, tablesort links in a form corrupt when reloaded via AJAX (e.g., via...
Problem/MotivationI have a form in which some select elements are ajax elements that trigger a full reload of the form. When I look at the reloaded form, all the links on the form, e.g., for the pager...
View ArticlePager pagination (with PagerSelectExtender) not updated on first Ajax callback
Problem/MotivationIf you create a form with a pager, and a table with rows that have Ajax callbacks that alter the form render array, unexpected behavior happens. The issue concerns the behavior of...
View ArticlePager pagination and table sorting not updated after user change, ajax enabled
Fixed pagination and sorting of tables on pages with ajax
View ArticlePager pagination breaks when deleting content on Comment Bulk Operation
Problem/MotivationI am doing bulk updates for comments list with pagination. I have a view to display list of unpublished comments with pagination. I am displaying 10 comments and operation is to...
View ArticleClaro toolbar.theme.css aggregation issue
When using claro and CSS aggregation, I am forced to set "preprocess" FALSE to the "css/toolbar.theme.css" file using a "hook_library_info_alter". Otherwise some admin pages likes views edit pages are...
View ArticlePager pagination with ajax is broken when some links has no href
Problem/MotivationIf you have a pagination with links without href in a views with ajax, javascript will break with error : Uncaught TypeError: query is undefined parseQueryString...
View Article