Author: peter
Date: Tue Sep 22 11:28:32 2009
New Revision: 3467
Log:
add migration task for SortTreeviewInformationObject setting. Fixes issue #957
Modified:
trunk/lib/task/migrate/QubitMigrate107to108.class.php
Modified: trunk/lib/task/migrate/QubitMigrate107to108.class.php
==============================================================================
--- trunk/lib/task/migrate/QubitMigrate107to108.class.php Tue Sep 22
11:13:38 2009 (r3466)
+++ trunk/lib/task/migrate/QubitMigrate107to108.class.php Tue Sep 22
11:28:32 2009 (r3467)
@@ -485,6 +485,14 @@
$this->data['QubitSetting'][$uiLabel]['value']['en'] = 'organizations';
}
+ // Add default value for the SortTreeviewInformationObject setting
+ $this->data['QubitSetting'][] = array(
+ 'name' => 'sort_treeview_informationobject',
+ 'editable' => 1,
+ 'deleteable' => 0,
+ 'value' => array('en' => 'none')
+ );
+
return $this;
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---