Closed (fixed)
Project:
Eclipse IDE
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Aug 2011 at 09:56 UTC
Updated:
21 Dec 2011 at 21:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
pfrenssenComment #2
JulienD commentedGood catch. I found the same problem this afternoon :)
I tried to apply your patch but it didn't pass. Maybe there is too many header informations in it ? I hope this lighter version will pass the bot.
Otherwise, why base_form_id for the hook_form_BASE_FORM_ID_alter is named module_name_form_form_id_alter() instead of module_name_form_base_form_id_alter() ?
Why did you don't kept the same syntax ?
Best
Comment #3
pfrenssenThe patch in #1 was generated with git format-patch. You should be able to apply it with the git am command.
Comment #4
pfrenssenI just had the same problem. I could not apply the patch in #1. This problem occurs because the Drupal.xml file has been saved with Windows line endings. When the file is resaved using standard unix line endings the patch applies fine.
I'll file an issue about the line endings.
Comment #5
deekayen commentedcommitted