[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.6-110-g5f24c33
Emmanuel Lacour
elacour at bestpractical.com
Tue Dec 1 06:37:39 EST 2009
The branch, 3.8-trunk has been updated
via 5f24c33d174b903726a5448ecd6b87b841a6bb46 (commit)
from 9b53d9aee05d8c2750a59f88ec3ce8789903dc58 (commit)
Summary of changes:
etc/initialdata | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
- Log -----------------------------------------------------------------
commit 5f24c33d174b903726a5448ecd6b87b841a6bb46
Author: Emmanuel Lacour <elacour at easter-eggs.com>
Date: Tue Dec 1 12:36:28 2009 +0100
Code indent
diff --git a/etc/initialdata b/etc/initialdata
index ff7e7b9..89db2cc 100755
--- a/etc/initialdata
+++ b/etc/initialdata
@@ -587,18 +587,18 @@ Hour: { $SubscriptionObj->SubValue('Hour') }
Description => 'HomepageSettings',
Content =>
{ 'body' => # loc
- [ { type => 'system', name => 'My Tickets' },
- { type => 'system', name => 'Unowned Tickets' },
- { type => 'system', name => 'Bookmarked Tickets' },
- { type => 'component', name => 'QuickCreate'},
- ],
+ [ { type => 'system', name => 'My Tickets' },
+ { type => 'system', name => 'Unowned Tickets' },
+ { type => 'system', name => 'Bookmarked Tickets' },
+ { type => 'component', name => 'QuickCreate' },
+ ],
'summary' => # loc
- [
- { type => 'component', name => 'MyReminders' },
+ [
+ { type => 'component', name => 'MyReminders' },
{ type => 'component', name => 'Quicksearch' },
- { type => 'component', name => 'Dashboards' },
- { type => 'component', name => 'RefreshHomepage' },
- ]
+ { type => 'component', name => 'Dashboards' },
+ { type => 'component', name => 'RefreshHomepage' },
+ ],
+ },
},
-}
);
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list