6.9升级到7.1之后,无法获取动态属性

之前项目是6.9版本的,后来升级到了7.1;
目前其他方面还没有什么问题,但是通过rest接口获取动态属性时报了个错,请求是这样的:
localhost:8080/app/rest/v2/entities/sys$CategoryAttribute
这个请求在之前6.9版本中是可以正常获取的。报错信息如下:
ERROR c.h.a.r.a.c.RestControllerExceptionHandler- Exception in REST controller
com.haulmont.cuba.core.app.serialization.EntitySerializationException: Primary key property not found for entity sys$CategoryAttributeConfiguration

这个应该是 bug,不过看见你已经在英文论坛提问了。等那边的回复吧。

:joy::joy::joy:

确认为 bug,已创建 issue

好的谢谢。已使用queries的方式获取动态属性。