Removes duplicate prefix when calling getNidsOfType
I updated the code to prevent a duplicate "item_item_" string in the log.
Testing
- Add a custom script in your my_module/src/cbo_scripts folder.
- In the custom script, using the
getNidsOfType()
method inside thegatherItemsToProcess()
method. - Run your script.
- Confirm that each log row starts with "item_{nid}".
Edited by Christian Burk