julien-c/Circular

Not saving time schedules

pdmstrong opened this issue · 1 comments

I enter 10-12 times for posting and save. But when I log in again, the time schedule reverts to a default of 4 postings / day. Can you please fix this so I can keep my time schedule?
Thanks!

Was wondering about the same thing ( #64 is asking too), timezones are not implemented right now as can be seen in /js/circular.js. The value you set is just saved in the browser localStorage, giving the illusion of persistence :)

If someone has time to fix this, the timezones model attribute could be saved by the frontend at /js/circular.js:6278 or :5813 and then stored by mongodb at /api/index.php:298.