2018-06-11 19:03:43 -07:00
|
|
|
import { fromJS, List, Set } from 'immutable';
|
2016-10-17 12:35:31 +02:00
|
|
|
import { actions as notifActions } from 'redux-notifications';
|
WIP - Global UI (#785)
* update top bar and collections sidebar UI
* update collection entries UI
* improve global layout
* merge search page into collection page
* enable new entry button
* search fixup
* wip -initial editor update
* update editor scrolling and markdown toolbar position
* wip
* editor toolbar progress
* editor toolbar wip
* finished basic editor toolbar
* add standalone toggle component
* improve markdown toolbar spacing
* add user avatar placeholder
* finish markdown toggle styling
* refactor icon setup, add new icons
* add new icons to markdown editor toolbar
* remove extra app container
* add markdown active mark style
* relation and text widget styling
* widget design updates, basic list/object design update
* widget style updates, image widget improvements
* refactor widget directory, fix file removal
* widget focus styles
* finish editor widget focus styles
* migrate media library modal to react-modal
* wip - migrate editor component form to modal
* wip - move editor component form to modal
* wip - embed plugin forms in the editor
* inline shortcode forms working
* disable react hot loading, its breaking things
* improve shortcode form styles
* make shortcode form collapsible, improve styling
* add close functionality to shortcode blocks
* improve base media library styling
* fix shortcode label
* migrate unstyled workflow to new UI
* wip - reorganizing everything
* more work moving everything
* finish more moving and eliminating stuff
* restructure, remove react-toolbox
* wip - removing old stuff, more restructure
* finish restructure
* wip - css arch
* switch back to test repo
* update react-datetime to ^2.11.0
* remove leftover react-toolbox button
* more restructuring clean-up
* fix UI component directory case
* wip -css editor control style
* wip - consolidate widget styles
* wip - use a single control renderer
* fixed object values breaking
* wip - editor control active styles
* pass control wrapper to widgets
* ensure branch name is trimmed
* wip - improve widget authoring support
* import Map to Widget component
* refactor toolbar buttons
* wip - more widget active styles
* break out editor toggle component
* add local scroll sync back
* update editor toggle icons
* limit editor control pane content width
* fix editor control spacing
* migrate markdown toolbar stickiness to css
* fix markdown toolbar border radius
* temporarily use test backend
* stop markdown toolbar from going to bottom
* restore disabled markdown toolbar buttons for raw
* test markdown widget without focus styles
* more widget updates
* remove card visuals from editor
* disable dragging editor split off screen
* use editorControl component for shortcode fields
* make header site link configurable
* add configurable collection descriptions
* temporarily add example assets
* add basic list view
* remove outdated css mixins
* add and implement search icon
* activate quick add menu
* visualize usable space in editor view
* fix entry close, other improvements
* wip - editorial workflow updates
* some dropshadow and other CSS tweaks
* workflow ui updates
* add worfklow card buttons
* fix workflow card button handlers
* some dropshadow and other CSS tweaks
* make workflow board wider
* center workflow and collection views
* add basic responsiveness
* a bunch of fun UI fixes! a BUNCH! (#875)
* give `.nc-entryEditor-toolbar-mainSection` left and right child divs
* a bunch of fun UI fixes! a BUNCH!
* remove obscure --buttonShadow
* revert to test repo
* fix not found page styling
* allow workflow publishing from any column
* disallow publishing from all columns, with feedback
* fix new entry button
* fix markdown state persisting across entries
* enable simple workflow save and new from editor
* update slug in address bar when saving new entry
* wip - workflow updates, deletion working
* add status change functionality to editor
* wip - improving status change from editor
* editor toolbar back button improvements, loading improvements, cleanup
* progress on the media library UI cleanup
* remove font smothing css
* a quick fix for these buttons
* tweaks
* progress on media library modal— broken FYI
* fix media library functionality, finish migrating footer
* remove media library footer files
* remove leftover css import
* fix media library
* editor publishing functionality complete (unstyled)
* remove leftover loader var from media library
* wip - editor publishing styles
* add status dropdown styling
* editor toolbar style updates
* editor toolbar state improvements
* progress on the media library UI cleanup, style improvements
* finish editorial workflow editor styling
* finish media library styling
* fix config
* add what-input to optimize focus styling
* fix button
* fix navigation blocking for simple workflow
* improve simple workflow publishing
* add avatar dropdown to editor top bar
* style github and test-repo auth pages
* add git gateway auth page styles
* improve editor error styling
2017-12-07 12:37:10 -05:00
|
|
|
import { serializeValues } from 'Lib/serializeEntryValues';
|
|
|
|
import { currentBackend } from 'Backends/backend';
|
|
|
|
import { getIntegrationProvider } from 'Integrations';
|
|
|
|
import { getAsset, selectIntegration } from 'Reducers';
|
|
|
|
import { selectFields } from 'Reducers/collections';
|
2018-06-11 19:03:43 -07:00
|
|
|
import { selectCollectionEntriesCursor } from 'Reducers/cursors';
|
2018-07-17 19:13:52 -04:00
|
|
|
import { Cursor } from 'netlify-cms-lib-util';
|
WIP - Global UI (#785)
* update top bar and collections sidebar UI
* update collection entries UI
* improve global layout
* merge search page into collection page
* enable new entry button
* search fixup
* wip -initial editor update
* update editor scrolling and markdown toolbar position
* wip
* editor toolbar progress
* editor toolbar wip
* finished basic editor toolbar
* add standalone toggle component
* improve markdown toolbar spacing
* add user avatar placeholder
* finish markdown toggle styling
* refactor icon setup, add new icons
* add new icons to markdown editor toolbar
* remove extra app container
* add markdown active mark style
* relation and text widget styling
* widget design updates, basic list/object design update
* widget style updates, image widget improvements
* refactor widget directory, fix file removal
* widget focus styles
* finish editor widget focus styles
* migrate media library modal to react-modal
* wip - migrate editor component form to modal
* wip - move editor component form to modal
* wip - embed plugin forms in the editor
* inline shortcode forms working
* disable react hot loading, its breaking things
* improve shortcode form styles
* make shortcode form collapsible, improve styling
* add close functionality to shortcode blocks
* improve base media library styling
* fix shortcode label
* migrate unstyled workflow to new UI
* wip - reorganizing everything
* more work moving everything
* finish more moving and eliminating stuff
* restructure, remove react-toolbox
* wip - removing old stuff, more restructure
* finish restructure
* wip - css arch
* switch back to test repo
* update react-datetime to ^2.11.0
* remove leftover react-toolbox button
* more restructuring clean-up
* fix UI component directory case
* wip -css editor control style
* wip - consolidate widget styles
* wip - use a single control renderer
* fixed object values breaking
* wip - editor control active styles
* pass control wrapper to widgets
* ensure branch name is trimmed
* wip - improve widget authoring support
* import Map to Widget component
* refactor toolbar buttons
* wip - more widget active styles
* break out editor toggle component
* add local scroll sync back
* update editor toggle icons
* limit editor control pane content width
* fix editor control spacing
* migrate markdown toolbar stickiness to css
* fix markdown toolbar border radius
* temporarily use test backend
* stop markdown toolbar from going to bottom
* restore disabled markdown toolbar buttons for raw
* test markdown widget without focus styles
* more widget updates
* remove card visuals from editor
* disable dragging editor split off screen
* use editorControl component for shortcode fields
* make header site link configurable
* add configurable collection descriptions
* temporarily add example assets
* add basic list view
* remove outdated css mixins
* add and implement search icon
* activate quick add menu
* visualize usable space in editor view
* fix entry close, other improvements
* wip - editorial workflow updates
* some dropshadow and other CSS tweaks
* workflow ui updates
* add worfklow card buttons
* fix workflow card button handlers
* some dropshadow and other CSS tweaks
* make workflow board wider
* center workflow and collection views
* add basic responsiveness
* a bunch of fun UI fixes! a BUNCH! (#875)
* give `.nc-entryEditor-toolbar-mainSection` left and right child divs
* a bunch of fun UI fixes! a BUNCH!
* remove obscure --buttonShadow
* revert to test repo
* fix not found page styling
* allow workflow publishing from any column
* disallow publishing from all columns, with feedback
* fix new entry button
* fix markdown state persisting across entries
* enable simple workflow save and new from editor
* update slug in address bar when saving new entry
* wip - workflow updates, deletion working
* add status change functionality to editor
* wip - improving status change from editor
* editor toolbar back button improvements, loading improvements, cleanup
* progress on the media library UI cleanup
* remove font smothing css
* a quick fix for these buttons
* tweaks
* progress on media library modal— broken FYI
* fix media library functionality, finish migrating footer
* remove media library footer files
* remove leftover css import
* fix media library
* editor publishing functionality complete (unstyled)
* remove leftover loader var from media library
* wip - editor publishing styles
* add status dropdown styling
* editor toolbar style updates
* editor toolbar state improvements
* progress on the media library UI cleanup, style improvements
* finish editorial workflow editor styling
* finish media library styling
* fix config
* add what-input to optimize focus styling
* fix button
* fix navigation blocking for simple workflow
* improve simple workflow publishing
* add avatar dropdown to editor top bar
* style github and test-repo auth pages
* add git gateway auth page styles
* improve editor error styling
2017-12-07 12:37:10 -05:00
|
|
|
import { createEntry } from 'ValueObjects/Entry';
|
|
|
|
import ValidationErrorTypes from 'Constants/validationErrorTypes';
|
2018-06-11 19:03:43 -07:00
|
|
|
import isArray from 'lodash/isArray';
|
2016-02-25 20:40:35 -08:00
|
|
|
|
2016-10-17 12:35:31 +02:00
|
|
|
const { notifSend } = notifActions;
|
|
|
|
|
2016-06-08 04:42:24 -03:00
|
|
|
/*
|
|
|
|
* Contant Declarations
|
|
|
|
*/
|
2016-06-05 01:52:18 -07:00
|
|
|
export const ENTRY_REQUEST = 'ENTRY_REQUEST';
|
|
|
|
export const ENTRY_SUCCESS = 'ENTRY_SUCCESS';
|
|
|
|
export const ENTRY_FAILURE = 'ENTRY_FAILURE';
|
|
|
|
|
2016-06-08 04:42:24 -03:00
|
|
|
export const ENTRIES_REQUEST = 'ENTRIES_REQUEST';
|
|
|
|
export const ENTRIES_SUCCESS = 'ENTRIES_SUCCESS';
|
|
|
|
export const ENTRIES_FAILURE = 'ENTRIES_FAILURE';
|
|
|
|
|
2016-07-19 17:11:22 -03:00
|
|
|
export const DRAFT_CREATE_FROM_ENTRY = 'DRAFT_CREATE_FROM_ENTRY';
|
2016-08-24 21:36:44 -03:00
|
|
|
export const DRAFT_CREATE_EMPTY = 'DRAFT_CREATE_EMPTY';
|
2016-06-08 04:42:24 -03:00
|
|
|
export const DRAFT_DISCARD = 'DRAFT_DISCARD';
|
|
|
|
export const DRAFT_CHANGE = 'DRAFT_CHANGE';
|
2016-12-29 17:18:24 -02:00
|
|
|
export const DRAFT_CHANGE_FIELD = 'DRAFT_CHANGE_FIELD';
|
2017-01-13 19:30:40 -02:00
|
|
|
export const DRAFT_VALIDATION_ERRORS = 'DRAFT_VALIDATION_ERRORS';
|
2016-06-10 00:16:01 -03:00
|
|
|
|
2016-06-06 21:53:22 -03:00
|
|
|
export const ENTRY_PERSIST_REQUEST = 'ENTRY_PERSIST_REQUEST';
|
|
|
|
export const ENTRY_PERSIST_SUCCESS = 'ENTRY_PERSIST_SUCCESS';
|
|
|
|
export const ENTRY_PERSIST_FAILURE = 'ENTRY_PERSIST_FAILURE';
|
|
|
|
|
2017-07-21 23:40:33 -07:00
|
|
|
export const ENTRY_DELETE_REQUEST = 'ENTRY_DELETE_REQUEST';
|
|
|
|
export const ENTRY_DELETE_SUCCESS = 'ENTRY_DELETE_SUCCESS';
|
|
|
|
export const ENTRY_DELETE_FAILURE = 'ENTRY_DELETE_FAILURE';
|
|
|
|
|
2016-06-08 04:42:24 -03:00
|
|
|
/*
|
|
|
|
* Simple Action Creators (Internal)
|
2016-09-20 14:00:03 +02:00
|
|
|
* We still need to export them for tests
|
2016-06-08 04:42:24 -03:00
|
|
|
*/
|
2016-09-20 14:00:03 +02:00
|
|
|
export function entryLoading(collection, slug) {
|
2016-06-05 01:52:18 -07:00
|
|
|
return {
|
|
|
|
type: ENTRY_REQUEST,
|
|
|
|
payload: {
|
|
|
|
collection: collection.get('name'),
|
2016-10-12 16:01:27 +02:00
|
|
|
slug,
|
|
|
|
},
|
2016-06-05 01:52:18 -07:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2016-09-20 14:00:03 +02:00
|
|
|
export function entryLoaded(collection, entry) {
|
2016-06-05 01:52:18 -07:00
|
|
|
return {
|
|
|
|
type: ENTRY_SUCCESS,
|
|
|
|
payload: {
|
|
|
|
collection: collection.get('name'),
|
2016-10-12 16:01:27 +02:00
|
|
|
entry,
|
|
|
|
},
|
2016-06-05 01:52:18 -07:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2017-01-10 22:23:22 -02:00
|
|
|
export function entryLoadError(error, collection, slug) {
|
|
|
|
return {
|
|
|
|
type: ENTRY_FAILURE,
|
|
|
|
payload: {
|
|
|
|
error,
|
|
|
|
collection: collection.get('name'),
|
|
|
|
slug,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2016-09-20 14:00:03 +02:00
|
|
|
export function entriesLoading(collection) {
|
2016-06-08 04:42:24 -03:00
|
|
|
return {
|
|
|
|
type: ENTRIES_REQUEST,
|
|
|
|
payload: {
|
2016-10-12 16:01:27 +02:00
|
|
|
collection: collection.get('name'),
|
|
|
|
},
|
2016-06-08 04:42:24 -03:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2018-06-11 19:03:43 -07:00
|
|
|
export function entriesLoaded(collection, entries, pagination, cursor, append = true) {
|
2016-06-08 04:42:24 -03:00
|
|
|
return {
|
|
|
|
type: ENTRIES_SUCCESS,
|
|
|
|
payload: {
|
|
|
|
collection: collection.get('name'),
|
2016-10-12 16:01:27 +02:00
|
|
|
entries,
|
|
|
|
page: pagination,
|
2018-06-11 19:03:43 -07:00
|
|
|
cursor: Cursor.create(cursor),
|
|
|
|
append,
|
2016-10-12 16:01:27 +02:00
|
|
|
},
|
2016-06-08 04:42:24 -03:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2016-09-20 14:00:03 +02:00
|
|
|
export function entriesFailed(collection, error) {
|
2016-06-08 04:42:24 -03:00
|
|
|
return {
|
|
|
|
type: ENTRIES_FAILURE,
|
|
|
|
error: 'Failed to load entries',
|
|
|
|
payload: error.toString(),
|
2016-10-12 16:01:27 +02:00
|
|
|
meta: { collection: collection.get('name') },
|
2016-06-08 04:42:24 -03:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2016-09-20 14:00:03 +02:00
|
|
|
export function entryPersisting(collection, entry) {
|
2016-02-25 20:40:35 -08:00
|
|
|
return {
|
2016-06-06 21:53:22 -03:00
|
|
|
type: ENTRY_PERSIST_REQUEST,
|
2016-02-25 20:40:35 -08:00
|
|
|
payload: {
|
2016-10-12 19:19:05 +02:00
|
|
|
collectionName: collection.get('name'),
|
|
|
|
entrySlug: entry.get('slug'),
|
2016-10-12 16:01:27 +02:00
|
|
|
},
|
2016-06-06 21:53:22 -03:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
WIP - Global UI (#785)
* update top bar and collections sidebar UI
* update collection entries UI
* improve global layout
* merge search page into collection page
* enable new entry button
* search fixup
* wip -initial editor update
* update editor scrolling and markdown toolbar position
* wip
* editor toolbar progress
* editor toolbar wip
* finished basic editor toolbar
* add standalone toggle component
* improve markdown toolbar spacing
* add user avatar placeholder
* finish markdown toggle styling
* refactor icon setup, add new icons
* add new icons to markdown editor toolbar
* remove extra app container
* add markdown active mark style
* relation and text widget styling
* widget design updates, basic list/object design update
* widget style updates, image widget improvements
* refactor widget directory, fix file removal
* widget focus styles
* finish editor widget focus styles
* migrate media library modal to react-modal
* wip - migrate editor component form to modal
* wip - move editor component form to modal
* wip - embed plugin forms in the editor
* inline shortcode forms working
* disable react hot loading, its breaking things
* improve shortcode form styles
* make shortcode form collapsible, improve styling
* add close functionality to shortcode blocks
* improve base media library styling
* fix shortcode label
* migrate unstyled workflow to new UI
* wip - reorganizing everything
* more work moving everything
* finish more moving and eliminating stuff
* restructure, remove react-toolbox
* wip - removing old stuff, more restructure
* finish restructure
* wip - css arch
* switch back to test repo
* update react-datetime to ^2.11.0
* remove leftover react-toolbox button
* more restructuring clean-up
* fix UI component directory case
* wip -css editor control style
* wip - consolidate widget styles
* wip - use a single control renderer
* fixed object values breaking
* wip - editor control active styles
* pass control wrapper to widgets
* ensure branch name is trimmed
* wip - improve widget authoring support
* import Map to Widget component
* refactor toolbar buttons
* wip - more widget active styles
* break out editor toggle component
* add local scroll sync back
* update editor toggle icons
* limit editor control pane content width
* fix editor control spacing
* migrate markdown toolbar stickiness to css
* fix markdown toolbar border radius
* temporarily use test backend
* stop markdown toolbar from going to bottom
* restore disabled markdown toolbar buttons for raw
* test markdown widget without focus styles
* more widget updates
* remove card visuals from editor
* disable dragging editor split off screen
* use editorControl component for shortcode fields
* make header site link configurable
* add configurable collection descriptions
* temporarily add example assets
* add basic list view
* remove outdated css mixins
* add and implement search icon
* activate quick add menu
* visualize usable space in editor view
* fix entry close, other improvements
* wip - editorial workflow updates
* some dropshadow and other CSS tweaks
* workflow ui updates
* add worfklow card buttons
* fix workflow card button handlers
* some dropshadow and other CSS tweaks
* make workflow board wider
* center workflow and collection views
* add basic responsiveness
* a bunch of fun UI fixes! a BUNCH! (#875)
* give `.nc-entryEditor-toolbar-mainSection` left and right child divs
* a bunch of fun UI fixes! a BUNCH!
* remove obscure --buttonShadow
* revert to test repo
* fix not found page styling
* allow workflow publishing from any column
* disallow publishing from all columns, with feedback
* fix new entry button
* fix markdown state persisting across entries
* enable simple workflow save and new from editor
* update slug in address bar when saving new entry
* wip - workflow updates, deletion working
* add status change functionality to editor
* wip - improving status change from editor
* editor toolbar back button improvements, loading improvements, cleanup
* progress on the media library UI cleanup
* remove font smothing css
* a quick fix for these buttons
* tweaks
* progress on media library modal— broken FYI
* fix media library functionality, finish migrating footer
* remove media library footer files
* remove leftover css import
* fix media library
* editor publishing functionality complete (unstyled)
* remove leftover loader var from media library
* wip - editor publishing styles
* add status dropdown styling
* editor toolbar style updates
* editor toolbar state improvements
* progress on the media library UI cleanup, style improvements
* finish editorial workflow editor styling
* finish media library styling
* fix config
* add what-input to optimize focus styling
* fix button
* fix navigation blocking for simple workflow
* improve simple workflow publishing
* add avatar dropdown to editor top bar
* style github and test-repo auth pages
* add git gateway auth page styles
* improve editor error styling
2017-12-07 12:37:10 -05:00
|
|
|
export function entryPersisted(collection, entry, slug) {
|
2016-06-06 21:53:22 -03:00
|
|
|
return {
|
|
|
|
type: ENTRY_PERSIST_SUCCESS,
|
|
|
|
payload: {
|
2016-10-12 19:19:05 +02:00
|
|
|
collectionName: collection.get('name'),
|
|
|
|
entrySlug: entry.get('slug'),
|
WIP - Global UI (#785)
* update top bar and collections sidebar UI
* update collection entries UI
* improve global layout
* merge search page into collection page
* enable new entry button
* search fixup
* wip -initial editor update
* update editor scrolling and markdown toolbar position
* wip
* editor toolbar progress
* editor toolbar wip
* finished basic editor toolbar
* add standalone toggle component
* improve markdown toolbar spacing
* add user avatar placeholder
* finish markdown toggle styling
* refactor icon setup, add new icons
* add new icons to markdown editor toolbar
* remove extra app container
* add markdown active mark style
* relation and text widget styling
* widget design updates, basic list/object design update
* widget style updates, image widget improvements
* refactor widget directory, fix file removal
* widget focus styles
* finish editor widget focus styles
* migrate media library modal to react-modal
* wip - migrate editor component form to modal
* wip - move editor component form to modal
* wip - embed plugin forms in the editor
* inline shortcode forms working
* disable react hot loading, its breaking things
* improve shortcode form styles
* make shortcode form collapsible, improve styling
* add close functionality to shortcode blocks
* improve base media library styling
* fix shortcode label
* migrate unstyled workflow to new UI
* wip - reorganizing everything
* more work moving everything
* finish more moving and eliminating stuff
* restructure, remove react-toolbox
* wip - removing old stuff, more restructure
* finish restructure
* wip - css arch
* switch back to test repo
* update react-datetime to ^2.11.0
* remove leftover react-toolbox button
* more restructuring clean-up
* fix UI component directory case
* wip -css editor control style
* wip - consolidate widget styles
* wip - use a single control renderer
* fixed object values breaking
* wip - editor control active styles
* pass control wrapper to widgets
* ensure branch name is trimmed
* wip - improve widget authoring support
* import Map to Widget component
* refactor toolbar buttons
* wip - more widget active styles
* break out editor toggle component
* add local scroll sync back
* update editor toggle icons
* limit editor control pane content width
* fix editor control spacing
* migrate markdown toolbar stickiness to css
* fix markdown toolbar border radius
* temporarily use test backend
* stop markdown toolbar from going to bottom
* restore disabled markdown toolbar buttons for raw
* test markdown widget without focus styles
* more widget updates
* remove card visuals from editor
* disable dragging editor split off screen
* use editorControl component for shortcode fields
* make header site link configurable
* add configurable collection descriptions
* temporarily add example assets
* add basic list view
* remove outdated css mixins
* add and implement search icon
* activate quick add menu
* visualize usable space in editor view
* fix entry close, other improvements
* wip - editorial workflow updates
* some dropshadow and other CSS tweaks
* workflow ui updates
* add worfklow card buttons
* fix workflow card button handlers
* some dropshadow and other CSS tweaks
* make workflow board wider
* center workflow and collection views
* add basic responsiveness
* a bunch of fun UI fixes! a BUNCH! (#875)
* give `.nc-entryEditor-toolbar-mainSection` left and right child divs
* a bunch of fun UI fixes! a BUNCH!
* remove obscure --buttonShadow
* revert to test repo
* fix not found page styling
* allow workflow publishing from any column
* disallow publishing from all columns, with feedback
* fix new entry button
* fix markdown state persisting across entries
* enable simple workflow save and new from editor
* update slug in address bar when saving new entry
* wip - workflow updates, deletion working
* add status change functionality to editor
* wip - improving status change from editor
* editor toolbar back button improvements, loading improvements, cleanup
* progress on the media library UI cleanup
* remove font smothing css
* a quick fix for these buttons
* tweaks
* progress on media library modal— broken FYI
* fix media library functionality, finish migrating footer
* remove media library footer files
* remove leftover css import
* fix media library
* editor publishing functionality complete (unstyled)
* remove leftover loader var from media library
* wip - editor publishing styles
* add status dropdown styling
* editor toolbar style updates
* editor toolbar state improvements
* progress on the media library UI cleanup, style improvements
* finish editorial workflow editor styling
* finish media library styling
* fix config
* add what-input to optimize focus styling
* fix button
* fix navigation blocking for simple workflow
* improve simple workflow publishing
* add avatar dropdown to editor top bar
* style github and test-repo auth pages
* add git gateway auth page styles
* improve editor error styling
2017-12-07 12:37:10 -05:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Pass slug from backend for newly created entries.
|
|
|
|
*/
|
|
|
|
slug,
|
2016-10-12 16:01:27 +02:00
|
|
|
},
|
2016-02-25 20:40:35 -08:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2016-09-20 14:00:03 +02:00
|
|
|
export function entryPersistFail(collection, entry, error) {
|
2016-06-06 21:53:22 -03:00
|
|
|
return {
|
2016-10-12 19:19:05 +02:00
|
|
|
type: ENTRY_PERSIST_FAILURE,
|
2016-06-06 21:53:22 -03:00
|
|
|
error: 'Failed to persist entry',
|
2016-10-12 19:19:05 +02:00
|
|
|
payload: {
|
|
|
|
collectionName: collection.get('name'),
|
|
|
|
entrySlug: entry.get('slug'),
|
|
|
|
error: error.toString(),
|
|
|
|
},
|
2016-06-06 21:53:22 -03:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2017-07-21 23:40:33 -07:00
|
|
|
export function entryDeleting(collection, slug) {
|
|
|
|
return {
|
|
|
|
type: ENTRY_DELETE_REQUEST,
|
|
|
|
payload: {
|
|
|
|
collectionName: collection.get('name'),
|
|
|
|
entrySlug: slug,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|
|
|
|
export function entryDeleted(collection, slug) {
|
|
|
|
return {
|
|
|
|
type: ENTRY_DELETE_SUCCESS,
|
|
|
|
payload: {
|
|
|
|
collectionName: collection.get('name'),
|
|
|
|
entrySlug: slug,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|
|
|
|
export function entryDeleteFail(collection, slug, error) {
|
|
|
|
return {
|
|
|
|
type: ENTRY_DELETE_FAILURE,
|
|
|
|
payload: {
|
|
|
|
collectionName: collection.get('name'),
|
|
|
|
entrySlug: slug,
|
|
|
|
error: error.toString(),
|
|
|
|
},
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2016-12-29 17:18:24 -02:00
|
|
|
export function emptyDraftCreated(entry) {
|
2016-08-24 21:36:44 -03:00
|
|
|
return {
|
|
|
|
type: DRAFT_CREATE_EMPTY,
|
2016-10-12 16:01:27 +02:00
|
|
|
payload: entry,
|
2016-08-24 21:36:44 -03:00
|
|
|
};
|
|
|
|
}
|
2016-06-08 04:42:24 -03:00
|
|
|
/*
|
|
|
|
* Exported simple Action Creators
|
|
|
|
*/
|
2018-01-09 11:32:47 +00:00
|
|
|
export function createDraftFromEntry(entry, metadata) {
|
2016-02-25 20:40:35 -08:00
|
|
|
return {
|
2016-07-19 17:11:22 -03:00
|
|
|
type: DRAFT_CREATE_FROM_ENTRY,
|
2018-01-09 11:32:47 +00:00
|
|
|
payload: { entry, metadata },
|
2016-02-25 20:40:35 -08:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2017-01-13 19:30:40 -02:00
|
|
|
|
2016-06-08 04:42:24 -03:00
|
|
|
export function discardDraft() {
|
2016-06-06 21:53:22 -03:00
|
|
|
return {
|
2016-10-12 16:01:27 +02:00
|
|
|
type: DRAFT_DISCARD,
|
2016-06-06 21:53:22 -03:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2016-06-08 04:42:24 -03:00
|
|
|
export function changeDraft(entry) {
|
2016-02-25 20:40:35 -08:00
|
|
|
return {
|
2016-06-08 04:42:24 -03:00
|
|
|
type: DRAFT_CHANGE,
|
2016-10-12 16:01:27 +02:00
|
|
|
payload: entry,
|
2016-06-08 04:42:24 -03:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2016-12-29 17:18:24 -02:00
|
|
|
export function changeDraftField(field, value, metadata) {
|
|
|
|
return {
|
|
|
|
type: DRAFT_CHANGE_FIELD,
|
|
|
|
payload: { field, value, metadata },
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2017-01-13 19:30:40 -02:00
|
|
|
export function changeDraftFieldValidation(field, errors) {
|
|
|
|
return {
|
|
|
|
type: DRAFT_VALIDATION_ERRORS,
|
|
|
|
payload: { field, errors },
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2016-06-08 04:42:24 -03:00
|
|
|
/*
|
|
|
|
* Exported Thunk Action Creators
|
|
|
|
*/
|
2016-10-10 15:34:21 -03:00
|
|
|
|
2017-01-11 20:58:15 -02:00
|
|
|
export function loadEntry(collection, slug) {
|
2016-06-05 01:52:18 -07:00
|
|
|
return (dispatch, getState) => {
|
|
|
|
const state = getState();
|
|
|
|
const backend = currentBackend(state.config);
|
|
|
|
dispatch(entryLoading(collection, slug));
|
2016-10-27 13:12:18 -02:00
|
|
|
return backend.getEntry(collection, slug)
|
2017-06-21 13:49:43 -04:00
|
|
|
.then(loadedEntry => {
|
|
|
|
return dispatch(entryLoaded(collection, loadedEntry))
|
|
|
|
})
|
2017-01-10 22:23:22 -02:00
|
|
|
.catch((error) => {
|
2017-07-18 19:14:40 -04:00
|
|
|
console.error(error);
|
2017-01-10 22:23:22 -02:00
|
|
|
dispatch(notifSend({
|
|
|
|
message: `Failed to load entry: ${ error.message }`,
|
|
|
|
kind: 'danger',
|
2017-01-11 20:58:15 -02:00
|
|
|
dismissAfter: 8000,
|
2017-01-10 22:23:22 -02:00
|
|
|
}));
|
|
|
|
dispatch(entryLoadError(error, collection, slug));
|
|
|
|
});
|
2016-06-05 01:52:18 -07:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2018-06-11 19:03:43 -07:00
|
|
|
const appendActions = fromJS({
|
|
|
|
["append_next"]: { action: "next", append: true },
|
|
|
|
});
|
|
|
|
|
|
|
|
const addAppendActionsToCursor = cursor => Cursor
|
|
|
|
.create(cursor)
|
|
|
|
.updateStore("actions", actions => actions.union(
|
|
|
|
appendActions.filter(v => actions.has(v.get("action"))).keySeq()
|
|
|
|
));
|
|
|
|
|
2016-10-10 15:34:21 -03:00
|
|
|
export function loadEntries(collection, page = 0) {
|
2016-02-25 20:40:35 -08:00
|
|
|
return (dispatch, getState) => {
|
2016-10-17 12:35:31 +02:00
|
|
|
if (collection.get('isFetching')) {
|
|
|
|
return;
|
|
|
|
}
|
2016-02-25 20:40:35 -08:00
|
|
|
const state = getState();
|
2017-01-10 22:23:22 -02:00
|
|
|
const backend = currentBackend(state.config);
|
2016-10-10 15:34:21 -03:00
|
|
|
const integration = selectIntegration(state, collection.get('name'), 'listEntries');
|
2017-01-10 22:23:22 -02:00
|
|
|
const provider = integration ? getIntegrationProvider(state.integrations, backend.getToken, integration) : backend;
|
2018-06-11 19:03:43 -07:00
|
|
|
const append = !!(page && !isNaN(page) && page > 0);
|
2016-02-25 20:40:35 -08:00
|
|
|
dispatch(entriesLoading(collection));
|
2018-06-11 19:03:43 -07:00
|
|
|
provider.listEntries(collection, page)
|
|
|
|
.then(response => ({
|
|
|
|
...response,
|
|
|
|
|
|
|
|
// The only existing backend using the pagination system is the
|
|
|
|
// Algolia integration, which is also the only integration used
|
|
|
|
// to list entries. Thus, this checking for an integration can
|
|
|
|
// determine whether or not this is using the old integer-based
|
|
|
|
// pagination API. Other backends will simply store an empty
|
|
|
|
// cursor, which behaves identically to no cursor at all.
|
|
|
|
cursor: integration
|
|
|
|
? Cursor.create({ actions: ["next"], meta: { usingOldPaginationAPI: true }, data: { nextPage: page + 1 } })
|
|
|
|
: Cursor.create(response.cursor),
|
|
|
|
}))
|
|
|
|
.then(response => dispatch(entriesLoaded(
|
|
|
|
collection,
|
|
|
|
response.cursor.meta.get('usingOldPaginationAPI')
|
|
|
|
? response.entries.reverse()
|
|
|
|
: response.entries,
|
|
|
|
response.pagination,
|
|
|
|
addAppendActionsToCursor(response.cursor),
|
|
|
|
append,
|
|
|
|
)))
|
|
|
|
.catch(err => {
|
|
|
|
dispatch(notifSend({
|
|
|
|
message: `Failed to load entries: ${ err }`,
|
|
|
|
kind: 'danger',
|
|
|
|
dismissAfter: 8000,
|
|
|
|
}));
|
|
|
|
return Promise.reject(dispatch(entriesFailed(collection, err)));
|
|
|
|
});
|
2016-06-06 21:53:22 -03:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2018-06-11 19:03:43 -07:00
|
|
|
function traverseCursor(backend, cursor, action) {
|
|
|
|
if (!cursor.actions.has(action)) {
|
|
|
|
throw new Error(`The current cursor does not support the pagination action "${ action }".`);
|
|
|
|
}
|
|
|
|
return backend.traverseCursor(cursor, action);
|
|
|
|
}
|
|
|
|
|
|
|
|
export function traverseCollectionCursor(collection, action) {
|
|
|
|
return async (dispatch, getState) => {
|
|
|
|
const state = getState();
|
|
|
|
if (state.entries.getIn(['pages', `${ collection.get('name') }`, 'isFetching',])) {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
const backend = currentBackend(state.config);
|
|
|
|
|
|
|
|
const { action: realAction, append } = appendActions.has(action)
|
|
|
|
? appendActions.get(action).toJS()
|
|
|
|
: { action, append: false };
|
|
|
|
const cursor = selectCollectionEntriesCursor(state.cursors, collection.get('name'));
|
|
|
|
|
|
|
|
// Handle cursors representing pages in the old, integer-based
|
|
|
|
// pagination API
|
|
|
|
if (cursor.meta.get("usingOldPaginationAPI", false)) {
|
|
|
|
return dispatch(loadEntries(collection, cursor.data.get("nextPage")));
|
|
|
|
}
|
|
|
|
|
|
|
|
try {
|
|
|
|
dispatch(entriesLoading(collection));
|
|
|
|
const { entries, cursor: newCursor } = await traverseCursor(backend, cursor, realAction);
|
|
|
|
// Pass null for the old pagination argument - this will
|
|
|
|
// eventually be removed.
|
|
|
|
return dispatch(entriesLoaded(collection, entries, null, addAppendActionsToCursor(newCursor), append));
|
|
|
|
} catch (err) {
|
|
|
|
console.error(err);
|
|
|
|
dispatch(notifSend({
|
|
|
|
message: `Failed to persist entry: ${ err }`,
|
|
|
|
kind: 'danger',
|
|
|
|
dismissAfter: 8000,
|
|
|
|
}));
|
|
|
|
return Promise.reject(dispatch(entriesFailed(collection, err)));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-08-24 21:36:44 -03:00
|
|
|
export function createEmptyDraft(collection) {
|
2016-11-30 16:52:17 -02:00
|
|
|
return (dispatch) => {
|
|
|
|
const dataFields = {};
|
|
|
|
collection.get('fields', List()).forEach((field) => {
|
2018-03-28 10:07:20 -04:00
|
|
|
dataFields[field.get('name')] = field.get('default');
|
2016-11-30 16:52:17 -02:00
|
|
|
});
|
|
|
|
const newEntry = createEntry(collection.get('name'), '', '', { data: dataFields });
|
2016-12-29 17:18:24 -02:00
|
|
|
dispatch(emptyDraftCreated(newEntry));
|
2016-08-24 21:36:44 -03:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2017-01-13 19:30:40 -02:00
|
|
|
export function persistEntry(collection) {
|
2016-06-06 21:53:22 -03:00
|
|
|
return (dispatch, getState) => {
|
|
|
|
const state = getState();
|
2017-01-13 19:30:40 -02:00
|
|
|
const entryDraft = state.entryDraft;
|
2017-10-09 22:50:43 +13:00
|
|
|
const fieldsErrors = entryDraft.get('fieldsErrors');
|
2017-01-13 19:30:40 -02:00
|
|
|
|
|
|
|
// Early return if draft contains validation errors
|
2017-10-09 22:50:43 +13:00
|
|
|
if (!fieldsErrors.isEmpty()) {
|
|
|
|
const hasPresenceErrors = fieldsErrors
|
|
|
|
.some(errors => errors.some(error => error.type && error.type === ValidationErrorTypes.PRESENCE));
|
2018-01-09 11:32:47 +00:00
|
|
|
|
2017-10-09 22:50:43 +13:00
|
|
|
if (hasPresenceErrors) {
|
|
|
|
dispatch(notifSend({
|
|
|
|
message: 'Oops, you\'ve missed a required field. Please complete before saving.',
|
|
|
|
kind: 'danger',
|
|
|
|
dismissAfter: 8000,
|
|
|
|
}));
|
|
|
|
}
|
|
|
|
|
|
|
|
return Promise.reject();
|
|
|
|
}
|
2017-06-21 13:49:43 -04:00
|
|
|
|
2016-06-06 21:53:22 -03:00
|
|
|
const backend = currentBackend(state.config);
|
2017-01-10 22:23:22 -02:00
|
|
|
const assetProxies = entryDraft.get('mediaFiles').map(path => getAsset(state, path));
|
2016-10-13 14:30:11 +02:00
|
|
|
const entry = entryDraft.get('entry');
|
2017-08-02 13:11:43 -04:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Serialize the values of any fields with registered serializers, and
|
|
|
|
* update the entry and entryDraft with the serialized values.
|
|
|
|
*/
|
2017-09-26 16:20:03 -04:00
|
|
|
const fields = selectFields(collection, entry.get('slug'));
|
|
|
|
const serializedData = serializeValues(entryDraft.getIn(['entry', 'data']), fields);
|
2017-08-02 13:11:43 -04:00
|
|
|
const serializedEntry = entry.set('data', serializedData);
|
|
|
|
const serializedEntryDraft = entryDraft.set('entry', serializedEntry);
|
|
|
|
dispatch(entryPersisting(collection, serializedEntry));
|
2017-07-21 23:40:33 -07:00
|
|
|
return backend
|
2017-08-02 13:11:43 -04:00
|
|
|
.persistEntry(state.config, collection, serializedEntryDraft, assetProxies.toJS())
|
WIP - Global UI (#785)
* update top bar and collections sidebar UI
* update collection entries UI
* improve global layout
* merge search page into collection page
* enable new entry button
* search fixup
* wip -initial editor update
* update editor scrolling and markdown toolbar position
* wip
* editor toolbar progress
* editor toolbar wip
* finished basic editor toolbar
* add standalone toggle component
* improve markdown toolbar spacing
* add user avatar placeholder
* finish markdown toggle styling
* refactor icon setup, add new icons
* add new icons to markdown editor toolbar
* remove extra app container
* add markdown active mark style
* relation and text widget styling
* widget design updates, basic list/object design update
* widget style updates, image widget improvements
* refactor widget directory, fix file removal
* widget focus styles
* finish editor widget focus styles
* migrate media library modal to react-modal
* wip - migrate editor component form to modal
* wip - move editor component form to modal
* wip - embed plugin forms in the editor
* inline shortcode forms working
* disable react hot loading, its breaking things
* improve shortcode form styles
* make shortcode form collapsible, improve styling
* add close functionality to shortcode blocks
* improve base media library styling
* fix shortcode label
* migrate unstyled workflow to new UI
* wip - reorganizing everything
* more work moving everything
* finish more moving and eliminating stuff
* restructure, remove react-toolbox
* wip - removing old stuff, more restructure
* finish restructure
* wip - css arch
* switch back to test repo
* update react-datetime to ^2.11.0
* remove leftover react-toolbox button
* more restructuring clean-up
* fix UI component directory case
* wip -css editor control style
* wip - consolidate widget styles
* wip - use a single control renderer
* fixed object values breaking
* wip - editor control active styles
* pass control wrapper to widgets
* ensure branch name is trimmed
* wip - improve widget authoring support
* import Map to Widget component
* refactor toolbar buttons
* wip - more widget active styles
* break out editor toggle component
* add local scroll sync back
* update editor toggle icons
* limit editor control pane content width
* fix editor control spacing
* migrate markdown toolbar stickiness to css
* fix markdown toolbar border radius
* temporarily use test backend
* stop markdown toolbar from going to bottom
* restore disabled markdown toolbar buttons for raw
* test markdown widget without focus styles
* more widget updates
* remove card visuals from editor
* disable dragging editor split off screen
* use editorControl component for shortcode fields
* make header site link configurable
* add configurable collection descriptions
* temporarily add example assets
* add basic list view
* remove outdated css mixins
* add and implement search icon
* activate quick add menu
* visualize usable space in editor view
* fix entry close, other improvements
* wip - editorial workflow updates
* some dropshadow and other CSS tweaks
* workflow ui updates
* add worfklow card buttons
* fix workflow card button handlers
* some dropshadow and other CSS tweaks
* make workflow board wider
* center workflow and collection views
* add basic responsiveness
* a bunch of fun UI fixes! a BUNCH! (#875)
* give `.nc-entryEditor-toolbar-mainSection` left and right child divs
* a bunch of fun UI fixes! a BUNCH!
* remove obscure --buttonShadow
* revert to test repo
* fix not found page styling
* allow workflow publishing from any column
* disallow publishing from all columns, with feedback
* fix new entry button
* fix markdown state persisting across entries
* enable simple workflow save and new from editor
* update slug in address bar when saving new entry
* wip - workflow updates, deletion working
* add status change functionality to editor
* wip - improving status change from editor
* editor toolbar back button improvements, loading improvements, cleanup
* progress on the media library UI cleanup
* remove font smothing css
* a quick fix for these buttons
* tweaks
* progress on media library modal— broken FYI
* fix media library functionality, finish migrating footer
* remove media library footer files
* remove leftover css import
* fix media library
* editor publishing functionality complete (unstyled)
* remove leftover loader var from media library
* wip - editor publishing styles
* add status dropdown styling
* editor toolbar style updates
* editor toolbar state improvements
* progress on the media library UI cleanup, style improvements
* finish editorial workflow editor styling
* finish media library styling
* fix config
* add what-input to optimize focus styling
* fix button
* fix navigation blocking for simple workflow
* improve simple workflow publishing
* add avatar dropdown to editor top bar
* style github and test-repo auth pages
* add git gateway auth page styles
* improve editor error styling
2017-12-07 12:37:10 -05:00
|
|
|
.then(slug => {
|
2016-10-17 12:35:31 +02:00
|
|
|
dispatch(notifSend({
|
|
|
|
message: 'Entry saved',
|
|
|
|
kind: 'success',
|
|
|
|
dismissAfter: 4000,
|
|
|
|
}));
|
WIP - Global UI (#785)
* update top bar and collections sidebar UI
* update collection entries UI
* improve global layout
* merge search page into collection page
* enable new entry button
* search fixup
* wip -initial editor update
* update editor scrolling and markdown toolbar position
* wip
* editor toolbar progress
* editor toolbar wip
* finished basic editor toolbar
* add standalone toggle component
* improve markdown toolbar spacing
* add user avatar placeholder
* finish markdown toggle styling
* refactor icon setup, add new icons
* add new icons to markdown editor toolbar
* remove extra app container
* add markdown active mark style
* relation and text widget styling
* widget design updates, basic list/object design update
* widget style updates, image widget improvements
* refactor widget directory, fix file removal
* widget focus styles
* finish editor widget focus styles
* migrate media library modal to react-modal
* wip - migrate editor component form to modal
* wip - move editor component form to modal
* wip - embed plugin forms in the editor
* inline shortcode forms working
* disable react hot loading, its breaking things
* improve shortcode form styles
* make shortcode form collapsible, improve styling
* add close functionality to shortcode blocks
* improve base media library styling
* fix shortcode label
* migrate unstyled workflow to new UI
* wip - reorganizing everything
* more work moving everything
* finish more moving and eliminating stuff
* restructure, remove react-toolbox
* wip - removing old stuff, more restructure
* finish restructure
* wip - css arch
* switch back to test repo
* update react-datetime to ^2.11.0
* remove leftover react-toolbox button
* more restructuring clean-up
* fix UI component directory case
* wip -css editor control style
* wip - consolidate widget styles
* wip - use a single control renderer
* fixed object values breaking
* wip - editor control active styles
* pass control wrapper to widgets
* ensure branch name is trimmed
* wip - improve widget authoring support
* import Map to Widget component
* refactor toolbar buttons
* wip - more widget active styles
* break out editor toggle component
* add local scroll sync back
* update editor toggle icons
* limit editor control pane content width
* fix editor control spacing
* migrate markdown toolbar stickiness to css
* fix markdown toolbar border radius
* temporarily use test backend
* stop markdown toolbar from going to bottom
* restore disabled markdown toolbar buttons for raw
* test markdown widget without focus styles
* more widget updates
* remove card visuals from editor
* disable dragging editor split off screen
* use editorControl component for shortcode fields
* make header site link configurable
* add configurable collection descriptions
* temporarily add example assets
* add basic list view
* remove outdated css mixins
* add and implement search icon
* activate quick add menu
* visualize usable space in editor view
* fix entry close, other improvements
* wip - editorial workflow updates
* some dropshadow and other CSS tweaks
* workflow ui updates
* add worfklow card buttons
* fix workflow card button handlers
* some dropshadow and other CSS tweaks
* make workflow board wider
* center workflow and collection views
* add basic responsiveness
* a bunch of fun UI fixes! a BUNCH! (#875)
* give `.nc-entryEditor-toolbar-mainSection` left and right child divs
* a bunch of fun UI fixes! a BUNCH!
* remove obscure --buttonShadow
* revert to test repo
* fix not found page styling
* allow workflow publishing from any column
* disallow publishing from all columns, with feedback
* fix new entry button
* fix markdown state persisting across entries
* enable simple workflow save and new from editor
* update slug in address bar when saving new entry
* wip - workflow updates, deletion working
* add status change functionality to editor
* wip - improving status change from editor
* editor toolbar back button improvements, loading improvements, cleanup
* progress on the media library UI cleanup
* remove font smothing css
* a quick fix for these buttons
* tweaks
* progress on media library modal— broken FYI
* fix media library functionality, finish migrating footer
* remove media library footer files
* remove leftover css import
* fix media library
* editor publishing functionality complete (unstyled)
* remove leftover loader var from media library
* wip - editor publishing styles
* add status dropdown styling
* editor toolbar style updates
* editor toolbar state improvements
* progress on the media library UI cleanup, style improvements
* finish editorial workflow editor styling
* finish media library styling
* fix config
* add what-input to optimize focus styling
* fix button
* fix navigation blocking for simple workflow
* improve simple workflow publishing
* add avatar dropdown to editor top bar
* style github and test-repo auth pages
* add git gateway auth page styles
* improve editor error styling
2017-12-07 12:37:10 -05:00
|
|
|
dispatch(entryPersisted(collection, serializedEntry, slug))
|
2016-10-17 12:35:31 +02:00
|
|
|
})
|
|
|
|
.catch((error) => {
|
2017-07-18 19:14:40 -04:00
|
|
|
console.error(error);
|
2016-10-17 12:35:31 +02:00
|
|
|
dispatch(notifSend({
|
2017-01-11 20:58:15 -02:00
|
|
|
message: `Failed to persist entry: ${ error }`,
|
2016-10-17 12:35:31 +02:00
|
|
|
kind: 'danger',
|
2017-01-11 20:58:15 -02:00
|
|
|
dismissAfter: 8000,
|
2016-10-17 12:35:31 +02:00
|
|
|
}));
|
2017-08-29 10:49:21 -06:00
|
|
|
return Promise.reject(dispatch(entryPersistFail(collection, serializedEntry, error)));
|
2016-10-17 12:35:31 +02:00
|
|
|
});
|
2016-02-25 20:40:35 -08:00
|
|
|
};
|
|
|
|
}
|
2017-07-21 23:40:33 -07:00
|
|
|
|
|
|
|
export function deleteEntry(collection, slug) {
|
|
|
|
return (dispatch, getState) => {
|
|
|
|
const state = getState();
|
|
|
|
const backend = currentBackend(state.config);
|
|
|
|
|
|
|
|
dispatch(entryDeleting(collection, slug));
|
|
|
|
return backend.deleteEntry(state.config, collection, slug)
|
|
|
|
.then(() => {
|
|
|
|
return dispatch(entryDeleted(collection, slug));
|
|
|
|
})
|
|
|
|
.catch((error) => {
|
|
|
|
dispatch(notifSend({
|
|
|
|
message: `Failed to delete entry: ${ error }`,
|
|
|
|
kind: 'danger',
|
|
|
|
dismissAfter: 8000,
|
|
|
|
}));
|
|
|
|
console.error(error);
|
2017-08-29 10:49:21 -06:00
|
|
|
return Promise.reject(dispatch(entryDeleteFail(collection, slug, error)));
|
2017-07-21 23:40:33 -07:00
|
|
|
});
|
|
|
|
};
|
|
|
|
}
|