[Rt-commit] rt branch 5.0/fix-double-my-reminders-default-dashboard created. rt-5.0.2-59-g3890a5e3ff
BPS Git Server
git at git.bestpractical.com
Thu Jan 27 22:12:26 UTC 2022
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".
The branch, 5.0/fix-double-my-reminders-default-dashboard has been created
at 3890a5e3ff715e77f4ccb5bfeb422964b47f3071 (commit)
- Log -----------------------------------------------------------------
commit 3890a5e3ff715e77f4ccb5bfeb422964b47f3071
Author: Brad Embree <brad at bestpractical.com>
Date: Wed Jan 26 13:28:32 2022 -0800
Remove duplicate my reminders portlet from default dashboard
fdb195ecd accidentally added my reminders portlet twice when
converting from the previous custom RT at a glance to a dashboard.
diff --git a/etc/initialdata b/etc/initialdata
index e4e3ccc986..b7daaf4239 100644
--- a/etc/initialdata
+++ b/etc/initialdata
@@ -995,12 +995,6 @@ Hour: { $SubscriptionObj->SubValue('Hour') }
description => 'QueueList',
path => '/Elements/QueueList',
},
- { pane => 'sidebar',
- portlet_type => 'component',
- component => 'MyReminders',
- description => 'MyReminders',
- path => '/Elements/MyReminders',
- },
{ pane => 'sidebar',
portlet_type => 'component',
component => 'Dashboards',
-----------------------------------------------------------------------
hooks/post-receive
--
rt
More information about the rt-commit
mailing list