Fix bug where zentao issues could not render due to missing id
What does this MR do and why?
Page with bug:
http://localhost:3000/my-dev/zentao-integration/-/integrations/zentao/issues
Browser error log:
MR introducing bug:
Specific location:
Cause of the bug
zentao_label.fragment.graphql
adds new fields id
, but the backend does not provide this field.
How to fix
Add id
field to user type of ZentaoSerializers
.
Edited by Baodong