-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update create date of bounty only once. #1520
Comments
@elraphty can you take a look at this issue when you get a chance? Let's find the cause and see what is needed to fix then make some bounties. |
ecurrencyhodler
changed the title
Bounties displayed in superadmin are incorrect
Update create date of bounty only once.
Feb 20, 2024
@ecurrencyhodler would this be available to work on? or this is reserved? |
Assign |
Sorry just missed your comment cold mice. |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Superadmin is displaying incorrect bounties. The query of the date range should account for bounty creation date. But instead it's showing something different. Possible latest activity.
Here is an example. I set a custom date range from 9/9-9/15 and saw this bounty:
https://community.sphinx.chat/bounty/1302
When I click the bounty it also shows the creation date as "a day".
But I posted this bounty 1/29
Upon further investigation, the problem is that the field "created" gets updated whenever a bounty gets saved.
Expected behavior
Creation date of bounties should reflect the date it was created only. The "created" field should only get updated once, which is when a bounty gets created.
Desktop (please complete the following information):
Acceptance Criteria
Here is an example backend test
The text was updated successfully, but these errors were encountered: