Postponed
Project:
Commerce Backoffice
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Aug 2012 at 16:06 UTC
Updated:
23 Jul 2015 at 01:06 UTC
Jump to comment: Most recent
In #1705950: Add visual styling to order listing request that we remove the "E.g., 2012-08-15" text from below the date filters.
This will need to be done in a date patch, because it's added in a #process callback:
// TODO, figure out exactly when we want this description. In many places it is not desired.
$sub_element['#description'] = ' '. t('E.g., @date', array('@date' => date_format_date(date_example_date(), 'custom', date_popup_date_format($element))));
So perhaps we just make it configurable (on / off setting?)
Comments
Comment #1
vasikehere are some patches on this for Date module : #1244458-19: Better handling for the date format descriptions.
Comment #2
vasikeas Date issue that should provide a solution is on "needs review", i put this on the same Status.
Comment #3
lsolesen commentedSetting this as postponed for the moment as there is no patch here to review. I am not sure that we want to maintain patches for the date module, as this seems as a minor issue?
Comment #4
mglamanThis is a backoffice thing.