Closed (fixed)
Project:
Inline Entity Form
Version:
8.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 May 2015 at 16:04 UTC
Updated:
6 Jul 2015 at 07:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
joshtaylor commentedComment #2
joshtaylor commentedBump? This is required for testing contrib modules with simpletest.
Comment #3
woprrr commentedI m not sure for why, but after apply this patch IEF not work after drush cache-rebuild.
After delete your patch and drush cache-rebuild he work fine.
The schemas looks good yet, I will also invest!
Comment #4
woprrr commentedI found eventually it generated an error, blocking the ajax module . " Uncaught Exception PHP InvalidArgumentException : " Missing required properties for an entity EntityDisplay "
Here is the complete patch everything works fine for me. Can you confirm that this works out for you ?
Comment #5
webflo commentedAre you sure? It looks like the schema is for the field widget and not a entity form display. I think the proper prefix is
field.widget.settings.inline_entity_form_multiplesimilar to other field widgets ins core.Comment #6
woprrr commentedThanks @webflo ! you are right !! I am me based on what is right for entity references. I think it's good now. I also add the patterns of single widget too. In this connection on this widget, there is an exit or I question its usefulness.
Comment #7
webflo commentedThe indentation is not correct. It was correct in your previous patch.
Comment #8
webflo commentedThe indentation is not correct. It was correct in your previous patch.
Comment #9
woprrr commentedOH ! SORRY \O/ !! I fix it now !
Comment #10
woprrr commentedTo follow the outcome here https://www.drupal.org/node/2491527#comment-9940087 the corresponding scheme.
Comment #11
joshtaylor commentedCan we get #9 reviewed and committed, which fixes testing in contrib modules which use IEF.
#10 would be good when that issue is in (maybe merge #10 into that issue?).
Comment #12
joshtaylor commentedComment #15
webflo commentedThanks! Committed #9. 6407d99