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).
Issue fork editablefields-3292167
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
Comment #2
gilmordWe 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
Comment #4
gilmordImplemented option to select "popup" behaviour, in this case, there is no "form inside form" issue for combination with the modules like VBO.
Comment #5
gilmord