Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Coscine
frontend
apps
UserManagement
Commits
30b99104
Commit
30b99104
authored
Nov 18, 2020
by
Marcel Nellesen
Browse files
Fix: Reenabled Button (coscine/issues#1185)
parent
fcd4093a
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/MembersTable.vue
View file @
30b99104
...
...
@@ -34,7 +34,7 @@
:disabled=
"!row.item.enabledControls"
/>
</
template
>
<
template
v-slot:cell(actions)=
"row"
>
<coscine-delete
:btnText=
"removeText"
:disabled=
"!row.item.enabledControls"
@
delete=
"deleteItem(row.item)"
></coscine-delete>
<coscine-
button-
delete
:btnText=
"removeText"
:disabled=
"!row.item.enabledControls"
@
delete=
"deleteItem(row.item)"
></coscine-
button-
delete>
</
template
>
</b-table>
</div>
...
...
@@ -42,12 +42,12 @@
<
script
lang=
"ts"
>
import
Vue
from
'
vue
'
;
import
{
CoscineDelete
}
from
'
@coscine/component-library
'
;
import
{
Coscine
Button
Delete
}
from
'
@coscine/component-library
'
;
export
default
Vue
.
extend
({
name
:
'
MembersTable
'
,
components
:
{
CoscineDelete
,
Coscine
Button
Delete
,
},
data
()
{
return
{
...
...
CoscineBot
⚙
@CoscineBot
mentioned in commit
6440aa86
·
Nov 19, 2020
mentioned in commit
6440aa86
mentioned in commit 6440aa86c153c566666278935b9f3fdd5d763749
Toggle commit list
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