Needs work
Project:
Bundle Copy Display Suite
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Aug 2013 at 00:39 UTC
Updated:
3 Jul 2016 at 18:31 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
thtas commentedComment #2
thtas commentedI feel like bundle copy should be providing hooks for other modules to use here.
Then Display suite would be responsible for providing the code in this patch.
If this approach would be better i'd be happy to provide a patch for that instead.
Comment #2.0
thtas commentedother patch was for 1.1
Comment #3
aucovic commentedThat's awesome! Thank you so much!
Patch couldn't be applied with patch manager though, so I had to fix it before applying ("a/" and "/b" was missing):
diff --git a/bundle_copy.module b/bundle_copy.module
index 95282f94d26699364d39197220ad5848b330967f..bc93b19f321ee9df1f2f66c1a33386a9bd2e38e1 100755
--- a/bundle_copy.module
+++ b/bundle_copy.module
Comment #4
mxtProvided patch in #1 works well for me also (to correctly apply the patch, changes in #3 are needed).
Please notice:
Thank you very much for this useful patch
Comment #5
kaido.toomingas commentedAdded fixed patch and it worked also for me. Tried it out with commerce product and content types. This didn't enable (copied) custom view modes but this is not a big problem at this point.
Comment #6
alfthecat commentedPatch applied cleanly but the Full Content display mode, which I was hoping for, didn't get copied. After I enabled it manually it didn't have any of the configurations made on the source node type.
Comment #7
fizk commented@thtas That sounds like a good idea. Would be able to provide such a patch for 7.x-2.x?
Comment #8
fizk commentedMoving to the new Bundle Copy Display Suite module.
Comment #9
jstollerHere's a re-roll of #5 against the 7.x-2.x of Bundle Copy.