You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug where attributes set in Tree are not displayed in the dashboard.
Dashboard retrieves detailed information about a document by calling the GetDocument API from the server. It is suspected that attributes might be missing in the snapshot generated by the server.
Description:
There is a bug where attributes set in Tree are not displayed in the dashboard.
Dashboard retrieves detailed information about a document by calling the
GetDocument
API from the server. It is suspected that attributes might be missing in the snapshot generated by the server.Dashboard:
dashboard/src/features/documents/DocumentDetail.tsx
Lines 36 to 39 in d32345e
Server: https://github.com/yorkie-team/yorkie/blob/525cacf2747f53187e41fd495e41f1b26e0a5d4e/server/rpc/admin_server.go#L209-L233
Why:
The text was updated successfully, but these errors were encountered: