SuiteCRM-Core/config/services/legacy/datetime_formats.yaml
Clemente Raposo cc92e16141 Add configurable ListView BulkActions
- Add BulkActionDefinitionProvider
-- Add module.listview.bulk_action symfony parameter config
--- Add base config to bulk_actions.yaml
-- Add AclHandler legacy handler
- Add bulk actions list to the list view definitions api
- Retrieve bulk actions in metadata store
- Add bulkactions to list view store
- Display bulk actions list in bulk-action-menu.component
- Change dropdown-button to render dropdown items as <a> tags
- Add/update codeception unit tests
- Add/update karma/jasmine unit tests
2021-03-30 19:21:37 +01:00

20 lines
360 B
YAML

parameters:
legacy.datetime_format_map:
'A' : 'a'
'a' : 'aaaaaa' # extra format to map to lower case am pm
'D' : 'E'
'd' : 'dd'
'F' : 'MMMM'
'G' : 'H'
'g' : 'h'
'H' : 'HH'
'h' : 'hh'
'i' : 'mm'
'M' : 'MMM'
'm' : 'MM'
'n' : 'M'
'P' : 'ZZZZZ'
's' : 'ss'
'w' : 'e'
'Y' : 'yyyy'
'y' : 'yy'