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
When you have a project reporting period (especially does not report style), and the report date has passed, you can no longer change the reporting period. Changing it does change the report_config object, but the report object does not get changed. The offending line of code is here:
Describe the bug
When you have a project reporting period (especially does not report style), and the report date has passed, you can no longer change the reporting period. Changing it does change the
report_config
object, but thereport
object does not get changed. The offending line of code is here:https://github.com/HyphaApp/hypha/blob/main/hypha/apply/projects/models/report.py#L358
But I'm not sure of the ramifications of changing it.
The use case here is when someone wants an extension, and that has been granted.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The report date should change
Priority
Affected roles
The text was updated successfully, but these errors were encountered: