Account created on 26 October 2006, about 18 years ago
#

Recent comments

šŸ‡·šŸ‡ŗRussia pvasili

For Bootstrap 5.3.3 you need to roll back the npm sass module to version 1.77.6:

npm i sass@1.77.6 --save-exact

See details here

And/Or wait new for Bootstrap version :).

šŸ‡·šŸ‡ŗRussia pvasili
ā€¦
  $query1->union($query2, 'UNION ALL');
  $query1 = $query1->extend('PagerDefault');                  
  $results = $query1->execute();
ā€¦

we can try to do

ā€¦
  $query1->union($query2, 'UNION ALL');
  $query_pagination = db_select($query1,'q')->fields('q');
  $query_pagination = $query_pagination->extend('PagerDefault');
  $results = $query_pagination->execute();      
ā€¦
Production build 0.71.5 2024