Editorial workflow Improvements (#212)
* Merge conflicts automatically. Closes #208 * removed unpublished entry route All entries (either under editorial workflow or not) go through the same edit route.
This commit is contained in:
@ -23,11 +23,6 @@ export default (
|
||||
path="/collections/:name/entries/:slug"
|
||||
component={EntryPage}
|
||||
/>
|
||||
<Route
|
||||
path="/editorialworkflow/:name/:status/:slug"
|
||||
component={EntryPage}
|
||||
unpublishedEntry
|
||||
/>
|
||||
<Route
|
||||
path="/search/:searchTerm"
|
||||
component={SearchPage}
|
||||
|
Reference in New Issue
Block a user