Closed (fixed)
Project:
Relation
Version:
7.x-1.x-dev
Component:
Entity_collector
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Aug 2012 at 12:46 UTC
Updated:
31 Mar 2013 at 18:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
Uncle_Code_Monkey commentedYou may wish to check out my patch over on this thread:
Improving usability - Name/machine name for relations instead of using the label (comment #12)
Comment #2
joachim commentedOk will do!
Comment #3
mikran commentedDuplicate to #1856210: Improving usability - Name/machine name for relations instead of using the label
Comment #4
Uncle_Code_Monkey commentedRe-opening this issue since it really isn't a duplicate of #1856210. Copying my patch file here and renaming it so that it is applied in the correct place. Several comments in #1856210 apply here and are worth a read.
Comment #5
steveoliver commentedAlso putting my patch here after stopping discussing it in #1856210: Improving usability - Name/machine name for relations instead of using the label.
Comment #6
steveoliver commentedWoops.
Comment #7
mikran commentedSome of the changes might not be needed.
It looks like $entity_bundle is not needed in option keys at all. As of now it's used in relation_entity_collector_validate:
Outside of that validate function there is no use for it. Yes, previously it was there as well but bundle information is not needed when endpoints are saved.
In addition to that I think the following would be more readable here.
Comment #8
mikran commentedUpdated patch, changes from comment 7 applied.
Comment #9
mikran commentedcommitted
Comment #10
mikran commented