-
-
Notifications
You must be signed in to change notification settings - Fork 156
Open
Labels
Ready for DevelopmentAutomatically assigned to issues that are ready to be picked upAutomatically assigned to issues that are ready to be picked upbugSomething isn't workingSomething isn't working
Description
Describe the bug
The adminResolveReport is currently broken - it looks like the firebase function encounters a type error due to the Firestore Timestamp issue on the nextDigestAt field on profile documents, so admins cannot resolve reports through the Admin UI.
To Reproduce
Steps to reproduce the behavior:
- Report a testimony (by navigating to a bill with testimony and filling out a Report)
- As an admin user, navigate to the Admin page (at /admin)
- Attempt to resolve the reported testimony from step 1
- See error
Expected behavior
The Admin resolve report flow should work correctly - so completing the form on the Admin page should either reject the report (and leave the testimony in place) or accept the report (and delete the reported testimony).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Ready for DevelopmentAutomatically assigned to issues that are ready to be picked upAutomatically assigned to issues that are ready to be picked upbugSomething isn't workingSomething isn't working