โšก๏ธ Live updates comments, jobs, and issues, tagged with #node will update issues and activities on this page.

Issues

The last 100 updated issues.

Activities

The last 7 days of comments and CI jobs.

  • ๐Ÿ‡ง๐Ÿ‡ชBelgium weseze

    Just ran into this "bug".
    Both in Drupal 10.4.7 and 11.1.7.

    I have a view that list the most recent node, filter by published flag and filtered by the content language.
    The most recent node is translated, the original language is Dutch, the translation is French. The Dutch language has been unpublished.

    I have create a page that shows the view, that page is translated.

    When viewing the page with the view in French:
    as administrator I get the correct French node as most recent.
    as anonymous user I do not get the same node, but 1 older. (in French)

    As both admin an ano user I can directly access the published French translation of that most recent node, so no problem there.

    Applying the patch from #30 fixes the issue for us.

    We are running several node access related modules, but the only one that actually generates entries in the node_access table is view_unpublished. After removing that module the behaviour did not change.
    I also tried removing all modules that do something access related, the behaviour did not change.

    So for us, this is still a bug and the patch does fix it.

Production build 0.71.5 2024