Closed (fixed)
Project:
Multiple Registration
Version:
8.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Nov 2016 at 09:56 UTC
Updated:
3 Jul 2017 at 21:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
rjjakes commentedComment #3
rjjakes commentedComment #4
MarcoDeJong commentedThe patch seems to enable registration with the correct profile. Yay! However, before I applied the patch, the 'registration page' would not show me all user related tabs (e.g. create new account/forgot passw). After applying the patch, I see all user related tabs (which I now hide through some block permissions).
Comment #5
rjjakes commentedComment #6
rjjakes commented@MarcoDeJong this is working as one would expect it to.
On the standard /user/register page, I see: "Log in", "Create new xxxx account", "Create new account(active tab)", "Reset your password"
On my custom page I see: "Log in", "Create new xxxx account(active tab)", "Create new account", "Reset your password"
The default is to show the "Log in" and "Reset your password" on the /user/register page, so why not on the custom registration page?
Comment #7
rjjakes commentedComment #8
rjjakes commentedComment #9
welly commentedTested this patch on latest release which also had the same problem, works well.
Comment #10
Valvog commentedComment on applique un patch ?
Comment #11
welly commentedAfter testing the patch again, it looks like it didn't work. It fires an error on
$aliasStorage->validate();Error being:
Not sure where the validate method came from, however it doesn't exist in Drupal\Core\Path\AliasStorage.
I've attached a patch without the validate function and it seems to be working. Would appreciate a test/feedback.
Not knowing this codebase very well, I'm not actually sure if there is any actual validation going on but at the very least this module now works without triggering the original error.
Comment #12
rjjakes commentedComment #13
Oleks Iv commentedFixed in the new 8.x-1.5 version
Comment #14
Oleks Iv commented