If the view uses "Node operations bulk form" the next error appears:
Symfony\Component\HttpKernel\Exception\HttpException: The specified #ajax callback is empty or not callable. in Drupal\Core\Form\FormAjaxResponseBuilder->buildResponse() (line 67 of /var/www/html/web/core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php).

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

gilmord created an issue. See original summary.

gilmord’s picture

We can`t have a form inside a form, so think of the next implementation:
- allow selectiong "edit in popup" option
- if this option selected - show the "edit" link instead of form
- once link is clicked - open the popup with the edit form

gilmord’s picture

Implemented option to select "popup" behaviour, in this case, there is no "form inside form" issue for combination with the modules like VBO.

gilmord’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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