Closed (fixed)
Project:
Universally Unique IDentifier
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Aug 2011 at 12:39 UTC
Updated:
1 Dec 2012 at 12:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
Offlein commentedI would consider this issue critical since it essentially means that UUIDs are not generated for new people installing UUID. Like me. I had to really do some research to figure this out.
FWIW, the Drush command generates properly Node UUIDs as well.
Comment #2
jgraham commentedJust wanted to chime in that the patch works for me.
Comment #3
btopro commentedI don't understand why there's a difference but I can also confirm that this worked. +1 for commit
Comment #4
recidive commentedI think we should add the standard form arguments to the callback like this: uuid_sync_submit($form, &$form_state). Also, comment on this function should be fixed.
Comment #5
webadpro commentedPlease commit this patch.
Comment #6
recidive commentedThe patch is not finished yet. If you want this committed, please make the changes I've requested in #4 and test them.
Comment #7
dave_robinson commentedI've added the form args, fixed the comment and rerolled the attached patch against the latest git.
Comment #8
apotek commentedThis looks like a good patch. What do we need to set so the patch can be run against tests?
Comment #9
greg.1.anderson commentedTested the patch, and it works well. The "Create missing UUIDs" does nothing in 6.x-1.x-dev without this patch, and it creates the missing UUIDs correctly with it applied. Is there anything else that needs to be done here? This is a blocking issue for the beta3 release.
c.f. #1149546: Please release 6.x-beta3, as it is not possible to upgrade to Drupal-7.x if uuid-6.x-beta2 is installed
Comment #10
pdrake commentedWorks great for me. RTBC
Comment #11
hongpong commentedfor what it's worth, when using 6.x-1.0-beta2+14 i was NOT able to generate about 2000 Node UUIDs and node revision UUIDs via the web interface but fortunately the drush command got those created.
Comment #12
skwashd commentedSorry for the delay in applying this patch. It has been committed (02deb07) and will be included in the next release.
Comment #13
skwashd commentedFixing status.