Active
Project:
Date
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2009 at 18:29 UTC
Updated:
16 Feb 2012 at 22:08 UTC
I have a date field that can have multiple values. Quite often I need to add 20 of so dates to a node, generally every Monday, but there any be some exceptions. Currently, every time I add a new date, the value defaults to today's date, meaning I need to re-select the month and year again before I can select the next Monday on from the last date I added. So, I need the option to set the default date for new date values to be relative to the last one that was added.
eg.
I add a date - set to next Monday.
I add another date, and it defaults to next Monday + 1 week
I add another date and it defaults to (Monday + 1 week) + 1 week.
etc.
Comments
Comment #1
arlinsandbulte commentedSounds like a good idea to me except one thing:
Additional dates should default to the SAME value as the previous date.
Else, we will need to do a bunch of ui work because everyone will want the additional date to a differnt value (not the previous + 1 week as described in the OP), and we will need to provide a ui and options to configure that.
It would be much easier and simpler to make the additional dates default to the same as the previous dates.