Closed gggeek closed 4 years ago
Currently the same "repository entity" can be referenced by different yaml elements, depending on the context.
Ex: for ContentType:
content_type
contenttype_id
contenttype_identifier
content_type_id
content_type_identifier
Similar situations apply to ObjectState, ObjectStateGroup, UserGroup.
In order to avoid BC problems, once we decide on the 'proper' naming, we should at first fix the 'bad name' use sites while still supporting the old name for a while.
Will be in 5.14
Currently the same "repository entity" can be referenced by different yaml elements, depending on the context.
Ex: for ContentType:
content_type
contenttype_id
,contenttype_identifier
content_type_id
,content_type_identifier
Similar situations apply to ObjectState, ObjectStateGroup, UserGroup.
In order to avoid BC problems, once we decide on the 'proper' naming, we should at first fix the 'bad name' use sites while still supporting the old name for a while.