I was experimenting with using the Renderable elements module along with ECK in order to adjust the forms and display of the ECK entity types. However, it does not appear to be compatible.

Basically, when I attempt to "manage" an entity creation/edit form it seems to allow me to.... However, it does not work since all of the forms seem to have the same Id "eck_entity_form" and therefore cannot be individually identified.

I will attempt to narrow down the problem and try and come up with a solution, but I just wanted you to be aware of this problem.

NOTE: I started an issue under Renderable elements a few days ago that can be found at: http://drupal.org/node/1365038

Comments

fmizzell’s picture

I posted a comment over on the REL issue that you created.. I have not committed anything new to the 7.x-2.x branch, but after reading the comment, let me know what you think, and we will decide how to proceed from there.

webankit’s picture

I think we can should give each form a unique id so that we can also use hook_form_Id_alter

ydnar79’s picture

It sounds like this is the right track..... By giving each form a unique id, renderable elements should be able to identify the form.... Plus as webankit said, it would allow for anyone else to be able to use hook_form_id_alter if needed.

fmizzell’s picture

Status: Active » Fixed

Now the add and edit forms have unique ids of the form eck__entity__form_{action}_{entity_type}_{bundle} where action can be edit, or add

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit fb69d0d on 7.x-2.x, change_paths, own_permissions, 7.x-2.x-property-widgets, 7.x-3.x, entity_reference, 7.x-3.x-settings, 7.x-2.0.x, 7.x-2.1.x by fmizzell:
    #1369650 Unique identifiers for add and edit forms at the entity type...

  • Commit fb69d0d on 7.x-2.x, change_paths, own_permissions, 7.x-2.x-property-widgets, 7.x-3.x, entity_reference, 7.x-3.x-settings, 7.x-2.0.x, 7.x-2.1.x by fmizzell:
    #1369650 Unique identifiers for add and edit forms at the entity type...

  • Commit fb69d0d on 7.x-2.x, 7.x-3.x, 8.x by fmizzell:
    #1369650 Unique identifiers for add and edit forms at the entity type...

  • Commit fb69d0d on 7.x-2.x, 7.x-3.x, 8.x by fmizzell:
    #1369650 Unique identifiers for add and edit forms at the entity type...