Bugfix
Detail
#28360
Migration: Crash if annotation is to be removed but no annotation is set
In this case, an attempt is made to instantiate an abstract config item, which is aborted with an error message:
java.lang.IllegalArgumentException: Abstract configuration 'ConfigurationDescriptorImpl(com.top_logic.model.annotate.AnnotatedConfig)' ... cannot be instantiated.
Test
No test.