mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2026-07-26 22:39:11 +08:00
- 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
20 lines
360 B
YAML
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'
|