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
Change pending_status field logic:
- pending_status=None means no pending change (use current status)
- pending_status=value means there''s a pending status change
This fixes the issue where confirmed grants still showed as pending.
Changes:
- Modified Grant.pending_status field to allow null values
- Removed problematic sync logic in save() method
- Updated _calculate_grant_amounts to use effective status
- Updated admin queries and actions to work with new logic
- Updated tests to reflect new behavior
Co-authored-by: Marco Acierno <marcoacierno@users.noreply.github.com>
0 commit comments