Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
C
cms
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Pedro-dev_2
cms
Commits
1e9f9147
Commit
1e9f9147
authored
May 22, 2021
by
PDuarte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
back log fixs
parent
8b50f7c8
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
26 additions
and
22 deletions
+26
-22
assets.js
src/navigation/global/assets.js
+5
-5
playlists.js
src/navigation/global/playlists.js
+5
-5
index.js
src/navigation/horizontal/index.js
+3
-1
index.js
src/navigation/vertical/index.js
+3
-1
data.js
src/views/assets/projectassets/data.js
+2
-2
assets.js
src/views/assets/store/actions/assets.js
+1
-1
data.js
src/views/menupages/mainpages/data.js
+2
-2
pages.js
src/views/menupages/store/actions/pages.js
+2
-2
data.js
src/views/playlists/projectplaylists/data.js
+2
-2
playlists.js
src/views/playlists/store/actions/playlists.js
+1
-1
No files found.
src/navigation/global/assets.js
View file @
1e9f9147
...
@@ -2,15 +2,15 @@ import { Package, Briefcase, HardDrive, Globe, Flag } from 'react-feather'
...
@@ -2,15 +2,15 @@ import { Package, Briefcase, HardDrive, Globe, Flag } from 'react-feather'
export
default
[
export
default
[
{
{
id
:
'
Playlis
ts'
,
id
:
'
Asse
ts'
,
title
:
'
Playlis
ts'
,
title
:
'
Asse
ts'
,
icon
:
<
Package
/>
,
icon
:
<
Package
/>
,
children
:
[
children
:
[
{
{
id
:
'
playlis
tsDash'
,
id
:
'
asse
tsDash'
,
title
:
'Project
Playlis
ts'
,
title
:
'Project
Asse
ts'
,
icon
:
<
Briefcase
/>
,
icon
:
<
Briefcase
/>
,
navLink
:
'/
playlists/projectplaylis
ts'
navLink
:
'/
assets/projectasse
ts'
}
}
]
]
}
}
...
...
src/navigation/global/playl
l
ists.js
→
src/navigation/global/playlists.js
View file @
1e9f9147
...
@@ -2,15 +2,15 @@ import { Package, Briefcase, HardDrive, Globe, Flag } from 'react-feather'
...
@@ -2,15 +2,15 @@ import { Package, Briefcase, HardDrive, Globe, Flag } from 'react-feather'
export
default
[
export
default
[
{
{
id
:
'
Asse
ts'
,
id
:
'
Playlis
ts'
,
title
:
'
Asse
ts'
,
title
:
'
Playlis
ts'
,
icon
:
<
Package
/>
,
icon
:
<
Package
/>
,
children
:
[
children
:
[
{
{
id
:
'
asse
tsDash'
,
id
:
'
playlis
tsDash'
,
title
:
'Project
Asse
ts'
,
title
:
'Project
Playlis
ts'
,
icon
:
<
Briefcase
/>
,
icon
:
<
Briefcase
/>
,
navLink
:
'/
assets/projectasse
ts'
navLink
:
'/
playlists/projectplaylis
ts'
}
}
]
]
}
}
...
...
src/navigation/horizontal/index.js
View file @
1e9f9147
...
@@ -10,12 +10,14 @@ import chartsAndMaps from './charts-maps'
...
@@ -10,12 +10,14 @@ import chartsAndMaps from './charts-maps'
import
settings
from
'./settings'
import
settings
from
'./settings'
import
screens
from
'../global/screens'
import
screens
from
'../global/screens'
import
menupages
from
'../global/pages'
import
menupages
from
'../global/pages'
import
playlists
from
'../global/playllists'
import
playlists
from
'../global/playlists'
import
assets
from
'../global/assets'
// ** Merge & Export
// ** Merge & Export
export
default
[
export
default
[
// ...dashboards,
// ...dashboards,
...
screens
,
...
screens
,
...
assets
,
...
playlists
,
...
playlists
,
...
menupages
,
...
menupages
,
...
settings
...
settings
...
...
src/navigation/vertical/index.js
View file @
1e9f9147
...
@@ -11,13 +11,15 @@ import chartsAndMaps from './charts-maps'
...
@@ -11,13 +11,15 @@ import chartsAndMaps from './charts-maps'
import
settings
from
'./settings'
import
settings
from
'./settings'
import
screens
from
'../global/screens'
import
screens
from
'../global/screens'
import
pages
from
'../global/pages'
import
pages
from
'../global/pages'
import
playlists
from
'../global/playllists'
import
playlists
from
'../global/playlists'
import
assets
from
'../global/assets'
// ** Merge & Export
// ** Merge & Export
export
default
[
export
default
[
// ...dashboards,
// ...dashboards,
...
screens
,
...
screens
,
...
assets
,
...
playlists
,
...
playlists
,
...
pages
,
...
pages
,
...
settings
...
settings
...
...
src/views/assets/projectassets/data.js
View file @
1e9f9147
// ** React Imports
// ** React Imports
import
{
Link
}
from
'react-router-dom'
import
{
Link
}
from
'react-router-dom'
// import { cleanLayoutMenu
} from '../store/actions'
import
{
cleanasset
}
from
'../store/actions'
import
{
store
}
from
'@store/storeConfig/store'
import
{
store
}
from
'@store/storeConfig/store'
// ** Custom Components
// ** Custom Components
...
@@ -228,7 +228,7 @@ export const serverSideColumns = [
...
@@ -228,7 +228,7 @@ export const serverSideColumns = [
<
Link
<
Link
to
=
{
`
${
moduleSettings
.
baseURL
}
/edit/
${
row
.
id
}
`
}
to
=
{
`
${
moduleSettings
.
baseURL
}
/edit/
${
row
.
id
}
`
}
className
=
'user-name text-truncate mb-0'
className
=
'user-name text-truncate mb-0'
// onClick={() => store.dispatch(cleanLayoutMenu
(row.id))}
onClick
=
{()
=>
store
.
dispatch
(
cleanasset
(
row
.
id
))}
>
>
<
span
className
=
'font-weight-bold'
>
{
row
.
title
}
<
/span
>
<
span
className
=
'font-weight-bold'
>
{
row
.
title
}
<
/span
>
<
/Link
>
<
/Link
>
...
...
src/views/assets/store/actions/assets.js
View file @
1e9f9147
...
@@ -72,7 +72,7 @@ export const getData_assets = params => {
...
@@ -72,7 +72,7 @@ export const getData_assets = params => {
export
const
cleanasset
=
id
=>
{
export
const
cleanasset
=
id
=>
{
return
async
dispatch
=>
{
return
async
dispatch
=>
{
dispatch
({
dispatch
({
type
:
'GET_ASSET
S
'
,
type
:
'GET_ASSET'
,
data
:
null
data
:
null
})
})
}
}
...
...
src/views/menupages/mainpages/data.js
View file @
1e9f9147
// ** React Imports
// ** React Imports
import
{
Link
}
from
'react-router-dom'
import
{
Link
}
from
'react-router-dom'
// import { cleanLayoutMenu
} from '../store/actions'
import
{
cleanMenupages
}
from
'../store/actions'
import
{
store
}
from
'@store/storeConfig/store'
import
{
store
}
from
'@store/storeConfig/store'
// ** Custom Components
// ** Custom Components
...
@@ -228,7 +228,7 @@ export const serverSideColumns = [
...
@@ -228,7 +228,7 @@ export const serverSideColumns = [
<
Link
<
Link
to
=
{
`
${
moduleSettings
.
baseURL
}
/edit/
${
row
.
id
}
`
}
to
=
{
`
${
moduleSettings
.
baseURL
}
/edit/
${
row
.
id
}
`
}
className
=
'user-name text-truncate mb-0'
className
=
'user-name text-truncate mb-0'
// onClick={() => store.dispatch(cleanLayoutMenu
(row.id))}
onClick
=
{()
=>
store
.
dispatch
(
cleanMenupages
(
row
.
id
))}
>
>
<
span
className
=
'font-weight-bold'
>
{
row
.
system_name
}
<
/span
>
<
span
className
=
'font-weight-bold'
>
{
row
.
system_name
}
<
/span
>
<
/Link
>
<
/Link
>
...
...
src/views/menupages/store/actions/pages.js
View file @
1e9f9147
...
@@ -69,10 +69,10 @@ export const getData_menupages = params => {
...
@@ -69,10 +69,10 @@ export const getData_menupages = params => {
}
}
}
}
export
const
clean
m
enupages
=
id
=>
{
export
const
clean
M
enupages
=
id
=>
{
return
async
dispatch
=>
{
return
async
dispatch
=>
{
dispatch
({
dispatch
({
type
:
'GET_MENUPAGE
S
'
,
type
:
'GET_MENUPAGE'
,
data
:
null
data
:
null
})
})
}
}
...
...
src/views/playlists/projectplaylists/data.js
View file @
1e9f9147
// ** React Imports
// ** React Imports
import
{
Link
}
from
'react-router-dom'
import
{
Link
}
from
'react-router-dom'
// import { cleanLayoutMenu
} from '../store/actions'
import
{
cleanplaylist
}
from
'../store/actions'
import
{
store
}
from
'@store/storeConfig/store'
import
{
store
}
from
'@store/storeConfig/store'
// ** Custom Components
// ** Custom Components
...
@@ -228,7 +228,7 @@ export const serverSideColumns = [
...
@@ -228,7 +228,7 @@ export const serverSideColumns = [
<
Link
<
Link
to
=
{
`
${
moduleSettings
.
baseURL
}
/edit/
${
row
.
id
}
`
}
to
=
{
`
${
moduleSettings
.
baseURL
}
/edit/
${
row
.
id
}
`
}
className
=
'user-name text-truncate mb-0'
className
=
'user-name text-truncate mb-0'
// onClick={() => store.dispatch(cleanLayoutMenu
(row.id))}
onClick
=
{()
=>
store
.
dispatch
(
cleanplaylist
(
row
.
id
))}
>
>
<
span
className
=
'font-weight-bold'
>
{
row
.
title
}
<
/span
>
<
span
className
=
'font-weight-bold'
>
{
row
.
title
}
<
/span
>
<
/Link
>
<
/Link
>
...
...
src/views/playlists/store/actions/playlists.js
View file @
1e9f9147
...
@@ -72,7 +72,7 @@ export const getData_playlists = params => {
...
@@ -72,7 +72,7 @@ export const getData_playlists = params => {
export
const
cleanplaylist
=
id
=>
{
export
const
cleanplaylist
=
id
=>
{
return
async
dispatch
=>
{
return
async
dispatch
=>
{
dispatch
({
dispatch
({
type
:
'GET_PLAYLIST
S
'
,
type
:
'GET_PLAYLIST'
,
data
:
null
data
:
null
})
})
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment