Mantus667 / EventCalendarBelle

EventCalendar package for Umbraco 7
14 stars 12 forks source link

Normal Events overview has edit link with 'EditREvent' #30

Closed Mantus667 closed 8 years ago

Mantus667 commented 8 years ago

Within app_plugins/backoffice/ectree the file overviewEvents.html sits. This relates to the overview page when you click on Normal events and displays a list on the right pane of the backoffice with a list of events that users can edit. The issue is that the link it uses is incorrect, it uses the 'EditREvent' link (for recurring events) not the normal 'EditEvent' link that is should use.

Mantus667 commented 8 years ago

Fixed error. This was caused by using a js method with the same name twice for events and recurring events