mziech / nextcloud-calendar-news

A Nextcloud app to send a frequent newsletter e-mail based on calendar entries
GNU Affero General Public License v3.0
8 stars 4 forks source link

schedule cannot be saved when the 'skip' field is zero #9

Open joergmschulz opened 1 year ago

joergmschulz commented 1 year ago

Weekly Schedule saving failed for me as long as I left the 'skip' field empty. After setting it to '0' I could save my schedule. Suggestion: pre-define value '0' for the skip field.

mziech commented 1 year ago

I agree, but I also think the whole form has a lot more validation issues ;)

mziech commented 1 year ago

Fixed in 1.1.5

MarkWieczorek commented 1 year ago

Unfortunately, I am having the same problem with version 1.1.5. Leaving the skip field empty fails to save the configuration.

mziech commented 1 year ago

Hmm, yes, the validation issue still exists, the form is merely prefilled with 0 ... I guess the validation needs to be fixed for good.