BaseNotificationListenerFactory.create_model should check for None in the model class.
Created by: stefanoborini
We are not checking for the model class being None in notification listeners. Take the chance to check everything else as well
Created by: stefanoborini
We are not checking for the model class being None in notification listeners. Take the chance to check everything else as well
Created by: stefanoborini
This is no longer needed as is, because we now have the trait marked as allow_none=False. This will raise at initialization of the factory class.