with Drupal 10.2.2 views are not able to retrieve the page ID

Created on 3 February 2024, 8 months ago
Updated 4 April 2024, 6 months ago

I created a media field for users. Users can therefore add media to their profile.

I want to display their media on their user page.

I created a media view block with a relationship "Connects each User with a field_media defined for the media element" and a contextual filter "User: User ID" as in the previous relationship and with "When the value filter is NOT available" > "Provide default value" > "User ID from route context".

I added to my view a page with the same parameters and the path "user/%user/profile-media". On the block, in pagination, I configured it like:
- β€œMore” link: Yes
- Link display: Page

My problem is that when I add the block to the user's page, hovering over the "more" link, displays the "user/all/profile-media" uri.

Why can't I get the user ID in the uri ?

In the case below, the user id is 34. The uri should be "user/34/profile-media"

https://i.stack.imgur.com/rylgO.png

Here is a view that you can import, it is very simple :

    uuid: 58bfdf24-2d81-4c77-8908-7d5975496191
    langcode: fr
    status: true
    dependencies:
      module:
        - user
    id: test
    label: test
    module: views
    description: ''
    tag: ''
    base_table: users_field_data
    base_field: uid
    display:
      default:
        id: default
        display_title: Default
        display_plugin: default
        position: 0
        display_options:
          title: test
          fields:
            name:
              id: name
              table: users_field_data
              field: name
              relationship: none
              group_type: group
              admin_label: ''
              entity_type: user
              entity_field: name
              plugin_id: field
              label: ''
              exclude: false
              alter:
                alter_text: false
                make_link: false
                absolute: false
                word_boundary: false
                ellipsis: false
                strip_tags: false
                trim: false
                html: false
              element_type: ''
              element_class: ''
              element_label_type: ''
              element_label_class: ''
              element_label_colon: true
              element_wrapper_type: ''
              element_wrapper_class: ''
              element_default_classes: true
              empty: ''
              hide_empty: false
              empty_zero: false
              hide_alter_empty: true
              click_sort_column: value
              type: user_name
              settings: {  }
              group_column: value
              group_columns: {  }
              group_rows: true
              delta_limit: 0
              delta_offset: 0
              delta_reversed: false
              delta_first_last: false
              multi_type: separator
              separator: ', '
              field_api_classes: false
          pager:
            type: some
            options:
              offset: 0
              items_per_page: 5
          exposed_form:
            type: basic
            options:
              submit_button: Apply
              reset_button: false
              reset_button_label: Reset
              exposed_sorts_label: 'Sort by'
              expose_sort_order: true
              sort_asc_label: Asc
              sort_desc_label: Desc
          access:
            type: none
            options: {  }
          cache:
            type: none
            options: {  }
          empty: {  }
          sorts: {  }
          arguments:
            uid:
              id: uid
              table: users_field_data
              field: uid
              relationship: none
              group_type: group
              admin_label: ''
              entity_type: user
              entity_field: uid
              plugin_id: user_uid
              default_action: default
              exception:
                value: all
                title_enable: false
                title: All
              title_enable: false
              title: ''
              default_argument_type: user
              default_argument_options:
                user: false
              summary_options:
                base_path: ''
                count: true
                override: false
                items_per_page: 25
              summary:
                sort_order: asc
                number_of_records: 0
                format: default_summary
              specify_validation: false
              validate:
                type: none
                fail: 'not found'
              validate_options: {  }
              break_phrase: false
              not: false
          filters:
            status:
              id: status
              table: users_field_data
              field: status
              entity_type: user
              entity_field: status
              plugin_id: boolean
              value: '1'
              group: 1
              expose:
                operator: ''
          style:
            type: default
          row:
            type: fields
          query:
            type: views_query
            options:
              query_comment: ''
              disable_sql_rewrite: false
              distinct: false
              replica: false
              query_tags: {  }
          relationships: {  }
          use_more: true
          use_more_always: true
          use_more_text: more
          link_display: page_1
          link_url: ''
          header: {  }
          footer: {  }
          display_extenders: {  }
        cache_metadata:
          max-age: -1
          contexts:
            - 'languages:language_content'
            - 'languages:language_interface'
            - url
          tags: {  }
      block_1:
        id: block_1
        display_title: Block
        display_plugin: block
        position: 1
        display_options:
          display_extenders: {  }
        cache_metadata:
          max-age: -1
          contexts:
            - 'languages:language_content'
            - 'languages:language_interface'
            - url
          tags: {  }
      page_1:
        id: page_1
        display_title: Page
        display_plugin: page
        position: 2
        display_options:
          fields:
            name:
              id: name
              table: users_field_data
              field: name
              relationship: none
              group_type: group
              admin_label: ''
              entity_type: user
              entity_field: name
              plugin_id: field
              label: ''
              exclude: false
              alter:
                alter_text: false
                make_link: false
                absolute: false
                word_boundary: false
                ellipsis: false
                strip_tags: false
                trim: false
                html: false
              element_type: ''
              element_class: ''
              element_label_type: ''
              element_label_class: ''
              element_label_colon: true
              element_wrapper_type: ''
              element_wrapper_class: ''
              element_default_classes: true
              empty: ''
              hide_empty: false
              empty_zero: false
              hide_alter_empty: true
              click_sort_column: value
              type: user_name
              settings: {  }
              group_column: value
              group_columns: {  }
              group_rows: true
              delta_limit: 0
              delta_offset: 0
              delta_reversed: false
              delta_first_last: false
              multi_type: separator
              separator: ', '
              field_api_classes: false
            created:
              id: created
              table: users_field_data
              field: created
              relationship: none
              group_type: group
              admin_label: ''
              entity_type: user
              entity_field: created
              plugin_id: field
              label: ''
              exclude: false
              alter:
                alter_text: false
                text: ''
                make_link: false
                path: ''
                absolute: false
                external: false
                replace_spaces: false
                path_case: none
                trim_whitespace: false
                alt: ''
                rel: ''
                link_class: ''
                prefix: ''
                suffix: ''
                target: ''
                nl2br: false
                max_length: 0
                word_boundary: true
                ellipsis: true
                more_link: false
                more_link_text: ''
                more_link_path: ''
                strip_tags: false
                trim: false
                preserve_tags: ''
                html: false
              element_type: ''
              element_class: ''
              element_label_type: ''
              element_label_class: ''
              element_label_colon: false
              element_wrapper_type: ''
              element_wrapper_class: ''
              element_default_classes: true
              empty: ''
              hide_empty: false
              empty_zero: false
              hide_alter_empty: true
              click_sort_column: value
              type: timestamp
              settings:
                date_format: medium
                custom_date_format: ''
                timezone: ''
                tooltip:
                  date_format: long
                  custom_date_format: ''
                time_diff:
                  enabled: false
                  future_format: '@interval hence'
                  past_format: '@interval ago'
                  granularity: 2
                  refresh: 60
                  description: ''
              group_column: value
              group_columns: {  }
              group_rows: true
              delta_limit: 0
              delta_offset: 0
              delta_reversed: false
              delta_first_last: false
              multi_type: separator
              separator: ', '
              field_api_classes: false
            changed:
              id: changed
              table: users_field_data
              field: changed
              relationship: none
              group_type: group
              admin_label: ''
              entity_type: user
              entity_field: changed
              plugin_id: field
              label: ''
              exclude: false
              alter:
                alter_text: false
                text: ''
                make_link: false
                path: ''
                absolute: false
                external: false
                replace_spaces: false
                path_case: none
                trim_whitespace: false
                alt: ''
                rel: ''
                link_class: ''
                prefix: ''
                suffix: ''
                target: ''
                nl2br: false
                max_length: 0
                word_boundary: true
                ellipsis: true
                more_link: false
                more_link_text: ''
                more_link_path: ''
                strip_tags: false
                trim: false
                preserve_tags: ''
                html: false
              element_type: ''
              element_class: ''
              element_label_type: ''
              element_label_class: ''
              element_label_colon: false
              element_wrapper_type: ''
              element_wrapper_class: ''
              element_default_classes: true
              empty: ''
              hide_empty: false
              empty_zero: false
              hide_alter_empty: true
              click_sort_column: value
              type: timestamp
              settings:
                date_format: medium
                custom_date_format: ''
                timezone: ''
                tooltip:
                  date_format: long
                  custom_date_format: ''
                time_diff:
                  enabled: false
                  future_format: '@interval hence'
                  past_format: '@interval ago'
                  granularity: 2
                  refresh: 60
                  description: ''
              group_column: value
              group_columns: {  }
              group_rows: true
              delta_limit: 0
              delta_offset: 0
              delta_reversed: false
              delta_first_last: false
              multi_type: separator
              separator: ', '
              field_api_classes: false
            access:
              id: access
              table: users_field_data
              field: access
              relationship: none
              group_type: group
              admin_label: ''
              entity_type: user
              entity_field: access
              plugin_id: field
              label: ''
              exclude: false
              alter:
                alter_text: false
                text: ''
                make_link: false
                path: ''
                absolute: false
                external: false
                replace_spaces: false
                path_case: none
                trim_whitespace: false
                alt: ''
                rel: ''
                link_class: ''
                prefix: ''
                suffix: ''
                target: ''
                nl2br: false
                max_length: 0
                word_boundary: true
                ellipsis: true
                more_link: false
                more_link_text: ''
                more_link_path: ''
                strip_tags: false
                trim: false
                preserve_tags: ''
                html: false
              element_type: ''
              element_class: ''
              element_label_type: ''
              element_label_class: ''
              element_label_colon: false
              element_wrapper_type: ''
              element_wrapper_class: ''
              element_default_classes: true
              empty: ''
              hide_empty: false
              empty_zero: false
              hide_alter_empty: true
              click_sort_column: value
              type: timestamp
              settings:
                date_format: medium
                custom_date_format: ''
                timezone: ''
                tooltip:
                  date_format: long
                  custom_date_format: ''
                time_diff:
                  enabled: false
                  future_format: '@interval hence'
                  past_format: '@interval ago'
                  granularity: 2
                  refresh: 60
                  description: ''
              group_column: value
              group_columns: {  }
              group_rows: true
              delta_limit: 0
              delta_offset: 0
              delta_reversed: false
              delta_first_last: false
              multi_type: separator
              separator: ', '
              field_api_classes: false
          defaults:
            fields: false
          display_extenders: {  }
          path: user/%user/test
        cache_metadata:
          max-age: -1
          contexts:
            - 'languages:language_content'
            - 'languages:language_interface'
            - url
          tags: {  }

Import this simple view and add the "test" block to the user's page. The "more" link does not return the user ID, but "all". This is a recent bug in Drupal core.

EDIT :

The bug appears from version 10.2.0-alpha1

There are no bugs with version 10.1.8

πŸ› Bug report
Status

Closed: duplicate

Version

11.0 πŸ”₯

Component
ViewsΒ  β†’

Last updated about 2 hours ago

Created by

πŸ‡«πŸ‡·France zenimagine

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • Issue created by @zenimagine
  • I am making this a support request pending more information about this being a regression of some kind, as hinted in the title.

  • πŸ‡«πŸ‡·France zenimagine

    @cilefen Can anyone test on simplytest.me ? On my site this views worked and since the updates, all my views display "all" instead of the entity ID

  • Can you do that please?

  • πŸ‡«πŸ‡·France zenimagine

    I already did this before posting this report. But you could check my view by doing the import, to be sure that it comes from a regression.

  • What is the most recent version of Drupal on which this view works as you expect?

  • πŸ‡«πŸ‡·France zenimagine

    I have just tested on stable versions of Drupal and the bug appears from version 10.2.0

    It works on version 10.1.8

  • One next step then is to check the release notes to see if the change causing this can be found.

    A definitive method is a git bisect.

  • πŸ‡«πŸ‡·France zenimagine

    @cilefen I don't know the code, I updated my question with as much information as possible. This is a very annoying bug.

  • Status changed to Postponed: needs info 7 months ago
  • Please find the change in Drupal 10.2 that caused the regression. There are release notes, and also git bisect.

  • πŸ‡«πŸ‡·France zenimagine

    Someone needs to do this, because I don't have the knowledge.

    https://www.drupal.org/project/drupal/releases/10.2.0-alpha1 β†’

    The bug appears from version 10.2.0-alpha1

    There are no bugs with version 10.1.8

  • $ git log --oneline 10.1.8..10.2.0-alpha1 core/modules/views
    354bb2acec Issue #3363420 by kim.pepper, longwave, quietone: Use CallableResolver for \Drupal\Core\Render\Renderer::doCallback()
    2b20452a54 Revert "Issue #3363420 by kim.pepper: Use CallableResolver for \Drupal\Core\Render\Renderer::doCallback()"
    0a6f0f4196 Issue #3363420 by kim.pepper: Use CallableResolver for \Drupal\Core\Render\Renderer::doCallback()
    55eecad1fa Issue #3359001 by Spokje, smustgrave, catch: Fix PHPStan L1 errors "Function \Foo\Bar\baz invoked with X parameters, 0 required."
    d7b47da6de Issue #3252386 by alexpott, longwave, duadua, mondrake, mstrelan, andypost, Spokje, VladimirAus, catch, effulgentsia, Berdir, xjm, bircher, joachim, larowlan: Use PHP attributes instead of doctrine annotations
    040f4f83ff Issue #3389283 by quietone: Fix spelling of words only misspelled in tests, part 1
    66ddcd2abd Issue #3391530 by Spokje, alexpott: Fix PHPStan L1 error "Variable $foo in/on something() is never defined."
    8542020ae5 Issue #3394093 by quietone: Correct spelling of corefake
    c3ff5768b0 Issue #2916306 by TR, quietone, pfrenssen: Use "@return" instead of "@returns"
    6118e0dc37 Issue #3389282 by quietone, smustgrave, alexpott: Fix spelling for words that are only misspelled  in comments
    ae55070f94 Issue #3391268 by quietone: Fix spelling of words only misspelled in tests, part 4
    b78ac3f08a Issue #3390955 by quietone, smustgrave: Fix spelling of words only misspelled in tests, part 3
    7d0cc8d095 Issue #2949939 by azinck, cgoffin, AlexKirienko, Grimreaper, SpadXIII, joseph.olstad, jecunningham2281, dewalt, andypost: The latest_revision ViewsFilter has poor performance
    426bcc3bfd Issue #2894449 by benjy, alexpott, _utsavsharma, B-Prod, benjifisher:  Indirect modification of overloaded element with Views responsive table
    987548947c Issue #3389286 by quietone: Fix spelling of words only misspelled in tests, part 2
    e3e45ab362 Issue #3383270 by angrytoast, smustgrave, Lendude: Remove duplicate code in Views FilterPluginBase::buildExposedFiltersGroupForm
    6d93485084 Issue #3386458 by catch, quietone, alexpott, larowlan: Add GenericModuleTestBase and use it to test general module things
    0af9348ce7 Issue #3388365 by catch, larowlan, bbrala, smustgrave: Distribute @group #slow tests between test runners and mark more tests
    9a3156daf8 Issue #3380480 by phenaproxima, quietone, Wim Leers, lauriii, dww, tim.plunkett, borisson_: Views should require a label, rather than falling back to an unhelpful ID
    a9f3f72e03 Issue #2157945 by mondrake, andypost, kim.pepper, Bhanu951, alexpott, martin107, plach, ankithashetty, dawehner, karishmaamin, voleger, jhedstrom, jofitz, kostyashupenko, shashikant_chauhan, longwave, zeeshan_khan, claudiu.cristea, mstrelan, Berdir: Deprecate format_size() and use Drupal\Core\StringTranslation\ByteSizeMarkup instead
    80e037e3d4 Issue #2352175 by b_sharpe, Berdir, smustgrave, Wim Leers, catch, bkosborne, fgm, alexpott, xjm, dawehner, gregsullivan: Taxonomy views filters should not have user context
    d251a98ebe Issue #3100826 by ilya.no, mwilbur, nikita_tt, smustgrave, quietone: AJAX pager doesn't work with exposed filter which has a default value
    cc0c9fdde2 Issue #3383513 by Spokje, smustgrave: Use type-hinting on deprecation warnings for loadRevision() introduced by mglaman/phpstan-drupal:1.2.0
    a154fe871e Issue #2944421 by sathish.redcrackle, ressa, Lendude, ankithashetty, udayraj123, smustgrave, DuaelFr, JeroenT, alexpott: Double exposed filter field when trying to use "q" as identifier
    857aadc16e Issue #1977276 by Lendude, tim.plunkett, jofitz, dawehner, catch, smustgrave: Get \Drupal\views\Plugin\views\display\Feed::attachTo in line with \Drupal\views\Plugin\views\display\DisplayPluginInterface::attachTo
    51b7955f9d Issue #3379199 by Spokje, longwave, smustgrave: [random test failure] DisplayFeedTranslationTest::testFeedFieldOutput
    83fe6aa364 Issue #3121340 by Amber Himes Matz, andypost, jhodgdon, quietone, xjm: Fix up minor copy problems in help topics
    3a661cf7be Issue #3379102 by phenaproxima, Wim Leers, borisson_: Add validation constraint to type: label + type: text: disallow control characters
    67360f2abd Issue #3341682 by Wim Leers, phenaproxima, borisson_, catch, alexpott: New config schema data type: required_label
    ef8f7aa87d Issue #3218087 by nlisgo, Gribnif, Lendude, smustgrave: Views MysqlDateSql::getDateFormat() should translate PHP's 'o' format to MySQL's '%x'
    6e8cab8109 Issue #3364621 by lauriii, penyaskito, daffie, catch, phenaproxima, mondrake: Drupal\Tests\file\Kernel\Views\RelationshipNodeFileDataTest fails on HEAD with PostgreSQL
    dbd0e756d8 Issue #3185807 by andregp, quietone, lucienchalom, elber, yogeshmpawar, jungle, Tauany Bueno, tmaiochi, xjm, smustgrave: Fix or ignore some words starting with "w"
    f890b7ff46 Issue #981870 by Spokje, Lendude, longwave, xjm, smustgrave: Skip default argument for view URL does not work and never has so it can be removed
    aec9cf8ca1 Issue #2559961 by angrytoast, Krzysztof DomaΕ„ski, drup16, Lendude, vasike, Leksat, sam711, tar_inet, mlncn, JordiK, adinac, Pascal-, joshua.boltz, froboy, oriol_e9g, alison, codesmith, luenemann, specky_rum, daffie: ManyToOneHelper ignores group configuration for some cases
    d8ec17df74 Issue #3219667 by quietone, ravi.shankar, longwave, smustgrave: Fix spelling for words used once, beginning with 't' -> 'z', inclusive
    b175481f32 Issue #3376281 by Indrapatil, nlisgo, longwave, smustgrave: Random machine names no longer need to be wrapped in strtolower()
    a9199caf7c Issue #3362456 by NickDickinsonWilde, Wim Leers, borisson_: Fix all ExtensionExistsConstraint constraint violations in tests
    031f63e761 Issue #3219513 by quietone, smustgrave, Vidushi Mehta, sourabhjain, rpayanm, longwave, xjm, dww, catch: Fix spelling for words used once, beginning with 'n' -> 'p', inclusive
    9d3c52dd80 Issue #3372972 by Wim Leers, phenaproxima, NickDickinsonWilde, smustgrave: Fix all type: machine_name constraint violations in tests
    ad25f53a78 Issue #3362453 by NickDickinsonWilde, Wim Leers, tim.plunkett, borisson_: Fix all ConfigExists constraint violations in tests
    edf79f6705 Issue #3376572 by Lendude, fnalb2, cilefen, longwave: SortPluginBase.php / validateExposeForm: spelling mistake in character class
    d55e9171e5 Issue #1851166 by Lendude: Split Views Area functionality and UI tests
    f13ad693c8 Issue #3361534 by Wim Leers, borisson_, longwave, catch: KernelTestBase::$strictConfigSchema = TRUE and BrowserTestBase::$strictConfigSchema = TRUE do not actually strictly validate
    5823307501 Issue #3025577 by andypost, Abhisheksingh27, jhodgdon, alexpott, quietone, smustgrave: Move help topics to core or the correct modules
    224c67343b Issue #2921133 by quietone, VladimirAus, xjm, ankithashetty, longwave, Prem Suthar, smustgrave, benjifisher, AaronMcHale: Remove "Please" from the codebase
    1bb050cad7 Issue #3219475 by quietone, adeshsharma, ravi.shankar, lucienchalom, Akram Khan, Prem Suthar, Ratan Priya, andregp, murilohp, karishmaamin, longwave, smustgrave, xjm: Fix spelling for words used once, beginning with 'j' -> 'm', inclusive
    985b1efaef Issue #3374878 by Spokje: Fix PHPStan L1 errors "Offset 'foo' on array{} in isset() does not exist."
    69333763c3 Issue #3224941 by andypost, Akram Khan, ravi.shankar, SandeepSingh199, Spokje, catch, xjm, alexpott: Remove usage of setAccessible() when core requires PHP 8.1
    3f6c5710fc Issue #2541074 by Lendude, martin107, dawehner, Spokje: Get rid of using 'views.settings':skip_cache in ViewsData
    2ea053b3a1 Issue #3372678 by lauriii, Berdir: Ajax state leaking to Views bulk operations
    08bde872c0 Issue #3370222 by Lendude, solideogloria: Grouped filters with a value of zero do not show when editing the filter
    c4bbc93c2c Issue #3338973 by Lendude, cbfannin, ericdsd, marc.groth: Deprecated: preg_split(): Passing null in argument_validator
    64e10dfa1c Issue #3365229 by narendraR, lauriii, bnjmnm, Chris Matthews, yoroy, ckrina, hooroomoo: Add separate 'Save' and 'Save and add fields' to Add Content, Comment, Media and Block Type Forms
    4516d62542 Issue #2853188 by BramDriesen, aerozeppelin, SurfinSpirit, quietone, Munavijayalakshmi, enyug, Anas_maw, dww, dawehner, muaz91, Lendude, smustgrave, alexpott: Add negated regular expressions for views filters (string and integer)
    0a7c3372a2 Issue #2920678 by phenaproxima, Wim Leers, dawehner, Gogowitsch, Sam152, dww, longwave, yogeshmpawar, alexpott, borisson_, tstoeckler, jibran, amateescu, larowlan, tedbow: Add config validation for the allowed characters of machine names
    fe8ce5b0d8 Issue #3238914 by hooroomoo, mstrelan: Refactor (if feasible) uses of the jQuery proxy function to use VanillaJS
    b83467eabc Issue #3325557 by longwave, mondrake, kim.pepper: Enable more service autowiring by adding interface aliases to core modules
    471c0afd6e Issue #3027705 by claudiu.cristea, Pancho, smustgrave: Allow ?edit[field_xyz] as query parameter in contextual filter
    26e376b1df Issue #3348093 by andypost, murilohp, elber, Ranjit1032002, ameymudras, smustgrave, alexpott, catch: Deprecate user_roles() and user_role_names()
    6204ba9c59 Issue #2665216 by andypost, gidarai, daffie, mondrake, _utsavsharma, dawehner, catch, longwave, alexpott, Charlie ChX Negyesi: Deprecate Drupal\Core\Database\Connection::nextId() and the {sequences} table and schema
    d3d1d05dfa Issue #3346748 by Lendude, borisson_: Entering a non-numeric value for a start row value in 'Multiple field settings' for a views field leads to a fatal error
    6ef863a2a3 Issue #3354382 by mondrake: [PHPUnit 10] Provide a static viable alternative to $this->prophesize() in data providers
    710278ccea Issue #3364088 by lauriii, tim.plunkett, anup.singh, olli: Ajax state leaking to Views destination paths
    3da8c30968 Issue #3320721 by ranjith_kumar_k_u, martins.bertins, Manibharathi E R, smustgrave, Lendude: The active page number is not showing on the last page(Views Full pager)
    5406b836f7 Issue #2253257 by Utkarsh_33, bnjmnm, hooroomoo, jhedstrom, Xano, narendraR, chr.fritsch, vsujeetkumar, lauriii, Manuel Garcia, borisson_, andrewmacpherson, swentel, vijaycs85, tim.plunkett, larowlan, Berdir, mgifford, bojanz, jibran, olli, runeasgar, pooja saraah, zvischutz, InternetDevels, yoroy, effulgentsia, pfrenssen, jessebeach: Use a modal for entity delete operation links
    dd5a5b712e Issue #2962088 by yogeshmpawar, jvsouto, Rassoni, Prashant.c, bhanuprakashnani, quietone, cilefen, longwave, drumm, smustgrave: Convert drupal.org to example.com in tests
    3de7cd3b1e Issue #3087950 by Utkarsh_33, swatichouhan012, komalk, Sivaji_Ganesh_Jojodae, Therapychild, Sakthivel M, lauriii, thalles, shalinigaur, kostyashupenko, fhaeberle, amjad1233, sibustephen, pankaj.singh, KondratievaS, pranav.aeer, hooroomoo, ckrina, huzooka: Progress throbber position is incorrect
    
  • πŸ‡«πŸ‡·France zenimagine

    Has anyone with programming skills tested the view import to reproduce the problem?

    I can't do anything more on my part. I hope this will be corrected in the next update. THANKS

  • Status changed to Active 7 months ago
  • πŸ‡«πŸ‡·France zenimagine

    In a block the content linked to the ID of the current page works, the problem only appears on the page linked to the block. All content is displayed and the page ID where the block is placed is not supported. While in the previous version of Drupal Core it worked perfectly.

    Does anyone have a patch to fix this?

  • Status changed to Postponed: needs info 7 months ago
  • As this is reported as a regression the best way forward is for someone to perform a git bisect between 10.1.8 and 10.2.0-alpha1.

  • πŸ‡«πŸ‡·France zenimagine

    the problem is fixed in Drupal 10.2.5

  • Status changed to Fixed 6 months ago
  • Status changed to Closed: duplicate 6 months ago
  • It must be a duplicate then.

Production build 0.71.5 2024