mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA-2288] Music / video stops playing when opening the Info drawer in the viewer (#1146)
* [ACA-2288] avoid triggering ngOnChanges on showRightSide toggle * [ACA-2288] code review change * check mediumDate corresponding format
This commit is contained in:
committed by
Cilibiu Bogdan
parent
ef8f779947
commit
c83a3f53cc
+1
-1
@@ -43,7 +43,7 @@ export const ADMIN_FULL_NAME = 'Administrator';
|
||||
export const E2E_ROOT_PATH = __dirname;
|
||||
|
||||
// Dates
|
||||
export const DATE_FORMAT = 'MMM DD, YYYY';
|
||||
export const DATE_FORMAT = 'MMM D, YYYY';
|
||||
export const DATE_TIME_FORMAT = 'MMM D, YYYY, H:mm';
|
||||
|
||||
// Application Routes
|
||||
|
||||
Reference in New Issue
Block a user