Closed BerglundDaniel closed 6 months ago
The recent updates encompass changes in frontend and backend components, focusing on managing deleted entities. These changes introduce parameters to include deleted records in various components and adjust entity listing logic in the API. This shift aims to enhance data visibility in both the application interface and backend processes.
Files | Changes |
---|---|
admin/src/Membership/MemberBoxSpans.jsx , admin/src/Membership/SpanList.jsx |
Added imports for CollectionTable , DateTimeShow ; included includeDeleted: true in constructors. |
api/src/membership/views.py , api/src/service/entity.py |
Removed list_deleted from entity handling logic. |
api/src/systest/api/entity_test.py |
Updated test method to reflect changes in handling deleted entities, hinting at potential removal. |
Objective | Addressed | Explanation |
---|---|---|
Remove list_deleted from Entity (Issue #466) |
✅ |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
FYI this will change so that it's not possible to filter out deleted entities completely from the frontend, instead it will always be overrideable in the frontend. Not sure if this matters or not though.
Fixes #466