Description
The TOC on a page does not contain links to headings which were included until you refresh the page.
Step to reproduce
In order to reproduce, do this:
- Go to a new page
- add a TOC macro and a few headings
- click preview (I am not sure if this is necessary)
- add the Include call to the page
- save
- you can see that the TOC misses entries
Example
Details
This Wiki.
Workaround
Refresh after you created the page.
Workaround on src code level: make Include and TableOfContents macro depend on "time" (making them uncacheable).
Discussion
We must check why it works after you refresh. If it works after, it should work also before.
Plan
- Priority: Medium, rare problem, happen only after a adding includes
Assigned to: ThomasWaldmann
- Status: worked around. some future moin version will hopefully clean up that mess.