Entity refactor. Facilitating channels without parent.

This commit is contained in:
2020-06-28 00:15:13 +02:00
parent 0e8b4caac3
commit 3462d7af2a
50 changed files with 934 additions and 1964 deletions

View File

@@ -74,7 +74,6 @@ const routes = [
{
path: '/channel/:entitySlug',
component: Site,
name: 'channelBase',
redirect: from => ({
name: 'channel',
params: {
@@ -92,7 +91,6 @@ const routes = [
},
{
path: '/network/:entitySlug',
name: 'networkBase',
redirect: from => ({
name: 'network',
params: {