Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing day-schedule config/storage #3

Merged
merged 4 commits into from
Oct 18, 2016
Merged

Conversation

emcniece
Copy link
Contributor

Complex objects cannot be saved in the plugin config in Strider. The daySelection array was attempting to store objects, which was failing on save - to fix this, daySelection has been reduced to a simple array of day values (integers, 0-6).

In addition, when first configuring the plugin the daySelection array is empty and cannot be iterated over. A check has been added to ensure that this array is at least declared before iterating on it.

Resolves #2

@emcniece
Copy link
Contributor Author

Added a working logo.

Resolves #1

@emcniece
Copy link
Contributor Author

Stable and ready for merge.

@bitwit bitwit merged commit 6800f6a into bitwit:master Oct 18, 2016
@bitwit
Copy link
Owner

bitwit commented Oct 18, 2016

👍 thanks for the contribution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot read property 'format' of null
2 participants