Implement schedule WYSIWYG and UTC dates
This commit is contained in:
@@ -59,6 +59,12 @@ module.exports = {
|
||||
getSortQuery: listQuery.getSortQuery,
|
||||
getSortDirectionQuery: listQuery.getSortDirectionQuery,
|
||||
fetchPlaylistById: data.fetchPlaylistById,
|
||||
normalizeDisplayMode: data.normalizeDisplayMode,
|
||||
fetchSchedulesData: data.fetchSchedulesData,
|
||||
fetchScheduleGroupsPage: data.fetchScheduleGroupsPage,
|
||||
fetchScheduleGroupById: data.fetchScheduleGroupById,
|
||||
fetchScheduleEntriesByGroupId: data.fetchScheduleEntriesByGroupId,
|
||||
buildScheduleGroupPayload: data.buildScheduleGroupPayload,
|
||||
fetchApiSourcesData: data.fetchApiSourcesData,
|
||||
fetchApiSourcesPage: data.fetchApiSourcesPage,
|
||||
fetchApiSourceById: data.fetchApiSourceById,
|
||||
|
||||
Reference in New Issue
Block a user