Node/add with Title argument doesn't seem to work
Skor - April 3, 2007 - 18:58
| Project: | Wiki installation profile |
| Version: | 5.x-1.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Most likely this is a config step I'm missing. If not, it's a bug.
When a I follow a link to a page that doesn't exist, and get the option to search again, or create the wiki page, the link to create the wiki page looks like this:
http://example.com/node/add/wiki?edit[title]=Main+page
but when I follow the link, the textfield for the Title is blank.

#1
Went to Administer › Site configuration > Wikitools, made no changes, and clicked Save Config and that fixed it.
I guess the defaults settings are set for that page, but not actually applied at profile installation
#2
Agreed this initialization should occur when the profile is run which is currently not the case.
#3
This patch (to wikitools module) should fix it: http://drupal.org/node/154952