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
If so, this allows to sneak in an invoice with an older month without domain peers noticing it.
A more bullet-proof behavior would be to use invoice's edited/modified timestamp for age filtering, since it is controlled by the server and not the user (unlike Year+Month).
The text was updated successfully, but these errors were encountered:
Reproduce:
Result: The new invoice is not visible to the reviewing domain peer, even though it has been created/edited very recently.
I *guess* the root cause is that invoice's Year and Month are used for the "6 months back" display filtering:
politeia/politeiawww/invoices.go
Line 1546 in cf6cd4c
If so, this allows to sneak in an invoice with an older month without domain peers noticing it.
A more bullet-proof behavior would be to use invoice's edited/modified timestamp for age filtering, since it is controlled by the server and not the user (unlike Year+Month).
The text was updated successfully, but these errors were encountered: