Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
NPDD
baobaxia-ryru
Commits
1ebd587b
Commit
1ebd587b
authored
3 years ago
by
Diego Garcia Cordeiro Souza
Browse files
Options
Download
Email Patches
Plain Diff
Remoção de props defasadas no componente 'EditMedia.vue'
parent
b4603e32
fix/issue#15
chore/fix-issues
develop
feature/admin-area
fix/issue#13
No related merge requests found
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
package.json
+1
-1
package.json
src/components/acervo/ContentsAudio.vue
+0
-6
src/components/acervo/ContentsAudio.vue
src/components/acervo/ContentsFile.vue
+0
-6
src/components/acervo/ContentsFile.vue
src/components/acervo/ContentsImage.vue
+0
-6
src/components/acervo/ContentsImage.vue
src/components/acervo/ContentsVideo.vue
+0
-6
src/components/acervo/ContentsVideo.vue
src/components/acervo/EditMedia.vue
+0
-27
src/components/acervo/EditMedia.vue
with
1 addition
and
52 deletions
+1
-52
package.json
View file @
1ebd587b
{
"name"
:
"janereka-ryru"
,
"version"
:
"0.0.
5
"
,
"version"
:
"0.0.
6
"
,
"description"
:
"Plataforma de Salvaguarda e Acervo Multimídia do Patrimônio Awaete"
,
"productName"
:
"Plataforma Janereka Ryru"
,
"authors"
:
[
...
...
This diff is collapsed.
Click to expand it.
src/components/acervo/ContentsAudio.vue
View file @
1ebd587b
...
...
@@ -20,12 +20,6 @@
<q-card-section
class=
"q-pt-none"
>
<edit-media
v-if=
"editMode"
:title=
"media.titulo"
:description=
"media.descricao"
:rawTags=
"media.tags"
:mediaFileName=
"media.content[0]"
:mediaType=
"media.tipo"
:mediaPath=
"media.path"
:media=
"media"
:triggerSubmit=
"triggerSubmit"
@
finished-submission=
"finishSubmit"
...
...
This diff is collapsed.
Click to expand it.
src/components/acervo/ContentsFile.vue
View file @
1ebd587b
...
...
@@ -21,12 +21,6 @@
<q-card-section
class=
"q-pt-none"
>
<edit-media
v-if=
"editMode"
:title=
"media.titulo"
:description=
"media.descricao"
:rawTags=
"media.tags"
:mediaFileName=
"media.content[0]"
:mediaType=
"media.tipo"
:mediaPath=
"media.path"
:media=
"media"
:triggerSubmit=
"triggerSubmit"
@
finished-submission=
"finishSubmit"
...
...
This diff is collapsed.
Click to expand it.
src/components/acervo/ContentsImage.vue
View file @
1ebd587b
...
...
@@ -25,12 +25,6 @@
<q-card-section
class=
"q-pt-none"
>
<edit-media
v-if=
"editMode"
:title=
"media.titulo"
:description=
"media.descricao"
:rawTags=
"media.tags"
:mediaFileName=
"media.content[0]"
:mediaType=
"media.tipo"
:mediaPath=
"media.path"
:media=
"media"
:triggerSubmit=
"triggerSubmit"
@
finished-submission=
"finishSubmit"
...
...
This diff is collapsed.
Click to expand it.
src/components/acervo/ContentsVideo.vue
View file @
1ebd587b
...
...
@@ -20,12 +20,6 @@
<q-card-section
class=
"q-pt-none"
>
<edit-media
v-if=
"editMode"
:title=
"media.titulo"
:description=
"media.descricao"
:rawTags=
"media.tags"
:mediaFileName=
"media.content[0]"
:mediaType=
"media.tipo"
:mediaPath=
"media.path"
:media=
"media"
:triggerSubmit=
"triggerSubmit"
@
finished-submission=
"finishSubmit"
...
...
This diff is collapsed.
Click to expand it.
src/components/acervo/EditMedia.vue
View file @
1ebd587b
...
...
@@ -89,33 +89,6 @@ export default {
},
props
:
{
title
:
{
type
:
[
String
,
null
],
required
:
false
,
default
:
''
},
description
:
{
type
:
[
String
,
null
],
required
:
false
,
default
:
''
},
rawTags
:
{
type
:
Array
,
required
:
false
,
default
:
()
=>
[]
},
mediaFileName
:
{
type
:
String
,
required
:
true
},
mediaType
:
{
type
:
String
,
required
:
true
},
mediaPath
:
{
type
:
String
,
required
:
true
},
media
:
{
type
:
Object
,
required
:
true
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help