Closed (fixed)
Project:
Views URL alias
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2023 at 16:26 UTC
Updated:
24 Nov 2025 at 14:48 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
nicholassHumm. so this module entity_id can have duplicates (Node/Taxonomy IDs) and alias also does not work for the primary key.... I think we have to add a new field to act as a primary key
Comment #4
nicholassComment #5
nicholassClosing since this fix is going into just a single issue
Comment #6
neptune-dc commentedI needed this patch for my site, so I compiled NicholasS's changes here. In an ideal world, his changes wouldn't take more than two months to merge.
This patch worked for me with the latest version of the module on Drupal 10.
Thanks a lot.
Comment #7
dstorozhukI think this issue still valid. Patch from neptune-dc Looks pretty big. Can you, neptune-dc, please create a pull request and remove all non task related issue from you proposal? Or better to cooperate with NicholasS and add changes to his MR.
Comment #8
dstorozhukComment #9
dstorozhukComment #10
dstorozhukFixed in dev branch, will be released once tested.
Comment #12
sachbearbeiter commentedIs this part of 3.1.0? And if not - please create a new release ...
Comment #13
the_g_bomb commentedFYI, this has been included in the 3.x branch. The fix has been further refined, however, in #3433027: Database Indexes was never created because incorrect key in hook_schema
Although, it doesn't look like it has been included in the 3.1.0 release.
Comment #14
the_g_bomb commented