Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
KnowageLabs
Knowage-Server
Commits
778b1ffe
Commit
778b1ffe
authored
May 26, 2022
by
BojanSovticEngIT
Browse files
Hotfix
parent
e2c82f7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
knowage-vue/src/modules/documentExecution/main/DocumentExecution.vue
View file @
778b1ffe
...
...
@@ -181,7 +181,8 @@ export default defineComponent({
this
.
parameterSidebarVisible
=
false
},
computed
:
{
sessionRole
():
string
{
sessionRole
():
string
|
null
{
if
(
!
this
.
user
)
return
null
return
this
.
user
.
sessionRole
!==
this
.
$t
(
'
role.defaultRolePlaceholder
'
)
?
this
.
user
.
sessionRole
:
null
},
url
():
string
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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