Issue #3251027 : After setting permissions to the term, batch updating doesn't start
Removed batch_process($this->currentPath->getPath());
According to the documentation, calling batch_process()
inside a form submit handler is unnecessary.
Form API automatically handles batches that are set during form submission.