Prevent showing audit count warning if module startup is still in progress#7043
Prevent showing audit count warning if module startup is still in progress#7043labkey-susanh merged 3 commits intodevelopfrom
Conversation
labkey-jeckels
left a comment
There was a problem hiding this comment.
We should add a reminder to delete the warning code when we remove Java upgrade code. Maybe a comment on ExperimentUpgradeCode.updateAmountsAndUnits()? @labkey-adam might have ideas on places we'd see it
Yes, comment on the upgrade method would be best. |
Done. |
Rationale
If the "startup in progress" page refreshes while the system is in the process of adding audit logs for the upgrade script for amounts and units, it will stash the audit log count too early and show a warning before all logs have been created. This PR doesn't generate the warning until module startup is complete and thus all audit logs have been written.
Related Pull Requests
Changes
Tasks 📍