#25831 closed defect (bug) (fixed)
Clicking "Check Again" within 1 minute of a previous check does nothing
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Upgrade/Install | Keywords: | has-patch 2nd-opinion |
Focuses: | Cc: |
Description (last modified by )
On the Updates page, clicking "Check Again" within 1 minute of the last core update check doesn't actually do anything.. This is because the cache lasts for at least 1 minute.
This is particularly annoying for development users who change the version string as it leads to a frustrating minute.
One other potential way to approach this is that $wp_version should invalidate the existing transient somehow.
Attachments (1)
Change History (6)
#1
@
11 years ago
- Description modified (diff)
- Summary changed from Clicking "Check Now" within 1 minute of a previous check does nothing to Clicking "Check Again" within 1 minute of a previous check does nothing
#4
@
11 years ago
- Owner set to dd32
- Resolution set to fixed
- Status changed from new to closed
In 26192:
This ticket was mentioned in Slack in #feature-shinyupdates by ocean90. View the logs.
9 years ago
Note: See
TracTickets for help on using
tickets.
25831.diff tackles it from both angles
$wp_version
invalidation.I'm not certain that the force-check should be added, although it does make the button do what it says.
The
$wp_version
invalidation seems appropriate.