YaleSTC / shifts

Application to easily track shifts, reports, and payforms for employees.
MIT License
23 stars 18 forks source link

"Reset Feeds" on Calendar Feeds page #420

Closed caseywatts closed 9 years ago

caseywatts commented 9 years ago
  1. What is this button supposed to do?
  2. When I click it, it sends me to /calendar_feeds/reset which says "the page you are looking for doesn't exist"
njlxyaoxinwei commented 9 years ago

The button does not work on Rails 2 instance either. We should just remove this

njlxyaoxinwei commented 9 years ago

This button resets the hash, so if someone uses Google Calendar to get events from the ical url, it invalidates the old one.

njlxyaoxinwei commented 9 years ago

Fixed by PR #454