Ralph bug

While testing our stocktaking solution, we encountered a possible bug: Saving a Back Office Asset with an empty “Service env” from the GUI works fine, however calling full_clean() on that saved instance throws the ValidationError: ‘This field cannot be blank.’, since ‘blank’ is not set to True inside the definition of service_env inside BaseObject. Is this intended?

Good night!