- Issue created by @capysara
- πΊπΈUnited States swirt Florida
Thanks for reporting this @capysara. I am looking into it.
- πΊπΈUnited States swirt Florida
On double checking this, that error is actually intentional. If you have not gone into the settings and declared the local module that contains your scripts, it will use the test scripts to populate the list. One of the test scripts is "codit_batch_operations/src/cbo_scripts/TestErrorOnGatheringItems.php" which is meant to test that that even if there is a sql query error in gatherItems() trying to gather items to process, that it will not cause a white screen, it will simply catch the error and surface it as an error.
I am going to tweak the error a bit to better indicate that this error is actually in tentional. - πΊπΈUnited States swirt Florida
The error now reads "Error in TestErrorOnGatheringItems while gathering items. 'non_existent_field_to_cause_intentional_error-PLEASE-IGNORE' not found" to do a slightly better job at indicating this is intentional.