Details
Description
The 'Schedule Reminders' link from the Configure Event pop-up menu on event info pages is incorrect.
- current link format : civicrm/event/manage/reminder?reset=1&action=update&id=$eventId
- link format should be : civicrm/event/manage/reminder?reset=1&action=browse&setTab=1&id=$eventId
=======
To reproduce (on 4.6 demosite and master demosite):
-Go to event/info
-Through Configure action menu - select 'scheduled reminders'.
Direct link http://dmaster.demo.civicrm.org/civicrm/event/manage/reminder?reset=1&action=update&id=3
If you go however via 'configure' event (http://d46.demo.civicrm.org/civicrm/event/manage/settings?reset=1&action=update&id=3)
and use the tabbed link, and add reminder everything seems ok.