Issue #3376025: Deleting null aliases on bulk generation.
I have added the method call of deleteEmptyAlias() in two other places:
- save() method of AliasStorageHelper, so that empty/null aliases gets deleted when a existing alias is created or new alias is generated.
- PathautoGenerator so that empty/null aliases gets deleted on bulk generate.
Fixes issue #3376025.