rename: Hide type field from rename form when renaming attachments.

master
Joey Hess 2008-09-23 19:31:34 -04:00
parent e33bbb24e8
commit e00df8575f
2 changed files with 3 additions and 3 deletions

View File

@ -165,11 +165,10 @@ sub rename_start ($$$$) { #{{{
$session->param(postrename => scalar $q->Vars);
IkiWiki::cgi_savesession($session);
my ($f, $buttons)=rename_form($q, $session, $page);
if (defined $attachment) {
$f->field(name => "attachment", value => $attachment, force => 1);
$q->param(-name => "attachment", -value => $attachment);
}
my ($f, $buttons)=rename_form($q, $session, $page);
IkiWiki::showform($f, $buttons, $session, $q);
exit 0;
} #}}}

1
debian/changelog vendored
View File

@ -22,6 +22,7 @@ ikiwiki (2.65) UNRELEASED; urgency=low
should be treated as an attachment.
* rename: Add support for moving SubPages of a page when renaming it.
(Sponsored by The TOVA Company.)
* rename: Hide type field from rename form when renaming attachments.
-- Joey Hess <joeyh@debian.org> Wed, 17 Sep 2008 14:26:56 -0400