The Inline Entity Menu Form submodule sends a response in Ajax format instead of the usual one, when editing a menu with an additional field from the Item Extra Field module.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

david-b created an issue. See original summary.

podarok’s picture

Version: 2.0.x-dev » 2.0.0-rc10
Status: Active » Needs review

tnx

david-b’s picture

Assigned: david-b » Unassigned
geek-merlin’s picture

Version: 2.0.0-rc10 » 3.x-dev

Bulk retarget.

geek-merlin’s picture

Status: Needs review » Postponed

david-b changed the visibility of the branch 3398615-save to hidden.

david-b changed the visibility of the branch 3398615-save to active.

podarok’s picture

Status: Postponed » Reviewed & tested by the community

Please, add me as a co-maintainer back to this project

podarok’s picture

Status: Reviewed & tested by the community » Postponed

Ah, I see.
We don't have resources for writing tests at this point.
We'll discuss internally and decide if we should go with separate module

Weird I was removed from the maintainers without any notification in advance. What's the reason of this activity if no response from maintainer?
https://www.drupal.org/project/inline_entity_form/issues/3401657#comment...

It is very confusing to put dependency from whole distribution to current module, but then removed as a maintainer without any message via PM or Slack

Very unreliable group of maintainers

podarok’s picture

Assigned: Unassigned » podarok
Status: Postponed » Patch (to be ported)

work will be moved to https://www.drupal.org/project/inline_entity_menu_form in Q1 2024
Please, do not remove tags of 2.x branch just yet from current module in order to avoid breaking 500+ sites.

Thank you and sorry for the inconvenience

znak’s picture

Status: Patch (to be ported) » Needs review
StatusFileSize
new2.18 KB

I have encountered a problem with editing/adding menu items when using the block with Menu reference in LB. When we try to add or edit an item in the modal window when submitting the form, it goes to the edit/add page of the corresponding menu item instead of closing the modal window and returning to viewing all available links.

I made patch the same as we have here - https://git.drupalcode.org/project/inline_entity_form/-/merge_requests/9... and it works. Please, check it