[Rt-commit] rt branch, development, updated. 829ebedb07c1f3f917043e8483c3f7a3355651a2
Thomas Sibley
trs at bestpractical.com
Tue Jun 22 11:41:07 EDT 2010
The branch, development has been updated
via 829ebedb07c1f3f917043e8483c3f7a3355651a2 (commit)
from 9399bb1e216af77b387b915305c58ba696614d08 (commit)
Summary of changes:
lib/RT/View/SetupWizard.pm | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 829ebedb07c1f3f917043e8483c3f7a3355651a2
Author: Thomas Sibley <trs at bestpractical.com>
Date: Tue Jun 22 11:42:13 2010 -0400
Use the database config widget
diff --git a/lib/RT/View/SetupWizard.pm b/lib/RT/View/SetupWizard.pm
index fa910f6..3430d9a 100644
--- a/lib/RT/View/SetupWizard.pm
+++ b/lib/RT/View/SetupWizard.pm
@@ -81,10 +81,12 @@ template 'database' => page { title => 'RT Setup Wizard: Database' } content {
moniker => 'sysconfig'
);
- form { $config->next_page_button( url => 'web', label => 'Next step' ) };
+ form {
+ show 'database_widget';
+ $config->next_page_button( url => 'web', label => 'Next step' );
+ };
};
-# database
# web - base url, port, more RT stuff
# rt specific stuff
# turn off SetupMode in finalize
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list