Closed (fixed)
Project:
Field collection
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2011 at 19:53 UTC
Updated:
8 Jan 2013 at 22:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
13rac1 commentedOn Node Edit forms, this shows a URL redirect tab for each field collection item.
Comment #2
Anonymous (not verified) commentedIt seems this is an issue with the Redirect module and not Field Collection.
Marking as a duplicate of #1263884: Avoid redirect field and form injection on entities that have a path but where this makes no sense (like comments). Please help test the patches in that issue to get this fixed.
Comment #3
mrfelton commentedThis is partially due to the redirect module issue #1263884: Avoid redirect field and form injection on entities that have a path but where this makes no sense (like comments), although, field_collection will need to be updated to support that patch by adding
'redirect' => FALSEto field_collection_entity_info().Patch attached.
Comment #4
jwilson3@mrfelton, you're correct for reopening this, as it is *not* a duplicate.
Both the patch in #3 plus the patch in comment #11 on #1263884: Avoid redirect field and form injection on entities that have a path but where this makes no sense (like comments) were needed to actually solve this issue for field_collection module.
1) applying #3 without the patch for redirect module has no effect.
2) applying the patch for redirect module without #3 has no effect.
RTBC, and Thanks!
Comment #5
bennos commentedworks for me. thx
Think it can added in the dev version. We should document that a patch for the redirect module is needed to get it works.
Comment #6
RobW commentedPatch looks good, just needs a comment that mentions that the key/value is for integration with another contrib module:
Comment #7
fagoIf I understand this right, the redirect patch has to go in first.
Comment #8
acrollet commentedThe patch in #1263884: Avoid redirect field and form injection on entities that have a path but where this makes no sense (like comments) was committed and released in redirect-7.x-1.0-rc1.
Comment #9
rocketeerbkw commentedPatch #3 with #6. Must clear cache after applying patch.
Comment #11
rocketeerbkw commentedComment #12
rocketeerbkw commented#9: field_collection-disable_redirect_field-1340354-9.patch queued for re-testing.
Comment #13
dynamicdan commentedWhy isn't this patch re-testing itself?
I could use this patch and be happy : )
Comment #14
markabur commentedI manually made the change in #9 and it works fine for me, using redirect-7.x-1.0-rc1. RTBC
Comment #15
rocketeerbkw commentedThe patch is postponed because the 7.x-1.x branch is failing tests, it's a pretty minor patch though.
Comment #16
fagoComment #17
fagoCommitted #9, thanks!