diff --git a/docs/upgrades/upgrade_6.8.0-6.8.1.pl b/docs/upgrades/upgrade_6.8.0-6.8.1.pl index 86b4d054d..3620511f5 100644 --- a/docs/upgrades/upgrade_6.8.0-6.8.1.pl +++ b/docs/upgrades/upgrade_6.8.0-6.8.1.pl @@ -77,6 +77,136 @@ sub convertDashboardPrefs { WebGUI::SQL->write("ALTER TABLE `Shortcut` ADD COLUMN `prefFieldsToShow` TEXT"); WebGUI::SQL->write("ALTER TABLE `Shortcut` ADD COLUMN `prefFieldsToImport` TEXT"); WebGUI::SQL->write("ALTER TABLE `Shortcut` ADD COLUMN `showReloadIcon` TINYINT UNSIGNED NOT NULL DEFAULT 0"); + my $asset = WebGUI::Asset->new("DashboardViewTmpl00001","WebGUI::Asset::Template"); + if (defined $asset) { ##Can't update what doesn't exist + my $template = < \@import "^Extras;wobject/Dashboard/draggable.css"; + + + + +
+ + + + + +
+ +
+
+ + + +

+
+
+
+ +
Add New Content
+ +

+ +

+
+ + +

+ +

+
+ + + + +

+ +

+
+
+ + +
+ + + + + + + + +
+ + + + +

+
+
+ + + + + +

+
+
+ + + + +

+
+
+
+
+ +
+STOP + $asset->addRevision({template=>$template})->commit; + } } #-------------------------------------------------