In my test project, I tried creating a link from my home wiki to my wiki tool name 'wiki' with the following link format [wiki:Home]
but the "Home" page did not exist within the 'wiki' tool
When I try to save, I get the following error:
Form save in progress The server is taking too long to respond. Retrying in 30 seconds.
If I let that go, it'll just keep trying, and will send a "ctsai modified..." notification email each time.
Also attempting to link to a tool, like [code]
, produces the same error and a 500.
The correct syntax for ticket links is [#1] or [tickets;1]
Related
Tickets:
#1[tickets:#1]
seems to have worked on https://sourceforge.net/p/fancypants/home/test-page/[wiki:Home]
wont work because in the wiki tool, there isn't a page named "Home". It is called "WikiHome" so[wiki:WikiHome]
should work.Ah, good call.
[wiki:WikiHome]
worked. Though, the errorring out with the wrong link is probably worth fixing still.Also, should it be possible to just link to a tool by doing something like
[code]
? That seems to make the page 500 error (with that same retry loop as described above) too.Updated main description for the problem that we've narrowed in on, and deprioritized.
Diff:
This works well now.