User tests: Successful: Unsuccessful:
Pull Request for Issue #24208
Adding $noUser option to contacts batch
Display the Contacts Manager.
Select a contact and click on batch.
When displaying the manager we get a Notice:
[16-Mar-2019 17:38:22 Europe/Berlin] PHP Notice: Undefined variable: noUser in ROOT/layouts/joomla/html/batch/user.php on line 26
After selecting a contact and using the batch button, the "No User.` option is not displayed.

No more Notice.
The option is displayed.

Selecting No user. in the modal and saving thows an error:
| Status | New | ⇒ | Pending |
| Category | ⇒ | Administration com_contact |
| Labels |
Added:
?
|
||
| Status | Pending | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-03-18 10:23:14 |
| Closed_By | ⇒ | wilsonge |
Maybe this would help:
I found out that the 0 $value is not obtained in
protected function batchUser($value, $pks, $contexts)
Also, it looks like the file
default_batch.php is not used and maybe deleted
I'll try and find some time to look a the error when selecting the option this evening. Merging this for now as a step in the right direction