The format of the Until: field doesn't match the other date field formats.

Comments

karens’s picture

Category: bug » feature

That's actually by design because these fields are all completely separate and don't know about each other. The date repeat form is an API that can be used by any module any place they need it, so it can't make any assumptions about what its being attached to.

It would be better to find a way to make it match, though, and I intended to get to it at some point. It will require some thought about how to do it without really cluttering up the API.

karens’s picture

Project: Calendar » Date
Component: User interface » Date Repeat API

And this is actually a Date issue, since that's where this code is.

joachim’s picture

I can see from your point of view you don't want the code to be a mess, but I just know my users are going to look at it and complain that it's confusing and inconsistent. To them it'll just look badly designed.

Can't the call to the Repeat API for the form item include an optional format parameter?

karens’s picture

Status: Active » Fixed

OK, I need to get all the possible form elements working as options in the Date Repeat form, so I'm working this into that fix (#292617: Date Repeat errors when Date Popup module is turned off). The date repeat form will use the same widget as the regular date.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.