This project is archived and is in readonly mode.
[PATCH] date_select separator should not always be present with discard_day and/or discard_month enabled
Reported by Thibaud Guillaume-Gentil | June 14th, 2010 @ 11:29 AM | in 3.0.2
With :date_sepator => true, :discard_day => true on
date_select, separator should not be present after month
selector
With :date_sepator => true, :discard_day => true,
:discard_month => true on date_select, separators should not be
present at all
Comments and changes to this ticket
-
José Valim June 14th, 2010 @ 12:50 PM
- Milestone cleared.
- Assigned user set to José Valim
-
Repository June 20th, 2010 @ 11:43 AM
- State changed from new to resolved
(from [5522578d1631abf1851ed6ff3079ffae3a289b53]) Fixed date_select date_separator when discard_month and/or discard_day are true [#4856 state:resolved]
Signed-off-by: José Valim jose.valim@gmail.com
http://github.com/rails/rails/commit/5522578d1631abf1851ed6ff3079ff... -
Jeremy Kemper October 15th, 2010 @ 11:01 PM
- Milestone set to 3.0.2
- Importance changed from to Low
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Referenced by
- 4856 [PATCH] date_select separator should not always be present with discard_day and/or discard_month enabled (from [5522578d1631abf1851ed6ff3079ffae3a289b53]) Fixed d...