Closed (fixed)
Project:
Location
Version:
7.x-3.x-dev
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 May 2012 at 01:28 UTC
Updated:
15 Dec 2014 at 10:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
proofoftom commentedThis patch fixes the checkbox not appropriately displaying as checked when saved as such. However it appears as if there's still no "add another" form generated on the node view page. That should be opened as a new issue if you're still seeking this functionality.
Comment #2
proofoftom commentedInstead of creating a new issue I've revamped this patch to fix the feature completely; updated title and issue summary.
Cheers!
Comment #3
proofoftom commentedChanged priority to critical since the issue renders location_addanother unusable and is without workaround
Comment #5
podarokWell, it is not critical. I agree that it is major, but it doesn't brake a site.
Comment #7
proofoftom commentedRe-rolled patch from #2 with some additional commenting and code cleanup
Comment #8
proofoftom commentedComment #14
proofoftom commentedIt looks like the testbots are having some issues. Will probably have to wait for https://www.drupal.org/node/2375345 to clear up before re-testing
Comment #17
proofoftom commentedComment #19
proofoftom commentedThe tests for this patch are getting held up from a failed test on the Location module (https://qa.drupal.org/pifr/test/290218) due to #2375345: Dependency on core module results in PHP Fatal error: Cannot redeclare system_requirements(). Somehow those tests need to be rerun.
Comment #20
podarokadd fullstop please
fullstop
fullstop
fullstop again
fullstop
You have to add varible removing to hook_uninstall()
#7 needs work
Comment #21
proofoftom commentedAdded fullstops and added variable removing to hook_uninstall()
Comment #22
proofoftom commentedComment #23
podarok#21 commited
Thanks!