Include base class string properties in module entity navigation scan #22639
BackSuite's cross-module navigation property dialog built the Display property list only from string properties declared directly on the selected entity, so entities using the generated ...Base split (Customizable Code) had an empty list and the OK button stayed disabled. ParseNavigationPropertyDtoFromModule now includes string properties from the entity's whole assembly (entity + its ...Base class) while still excluding framework base types.