View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0015960 | Open Gaming Network | [All Projects] OGN Wordpress Plugin | public | 2020-07-20 02:08 | 2021-01-19 15:26 |
Reporter | matt | Assigned To | matt | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | assigned | Resolution | open | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0015960: Subpage changes do not cause parent page to refresh | ||||
Description | When a subpage is added or removed, the parent page is not wiped from the cache to force a rebuild. | ||||
Additional Information | Current workaround - edit parent page, make a minor edit such as adding a space, and save - this forces a rebuild of that page. | ||||
Tags | No tags attached. | ||||
|
This looks fairly complex to fix. It's near-impossible to determine which pages have a subpage listing with any given page in it. Instead, it looks like it might be better to ajax-load subpage listings, with a shorter duration cache (say, an hour) on the ajax call. This means quite a bit of additional code, however, so looks like a longer-term fix. |
|
Work this into the new [query-pages] system |