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
20f376bf
Commit
20f376bf
authored
May 20, 2022
by
BojanSovticEngIT
Browse files
Possible bugfix for document execution
parent
4b3db9da
Changes
2
Hide whitespace changes
Inline
Side-by-side
knowage-vue/src/modules/documentBrowser/DocumentBrowser.vue
View file @
20f376bf
...
...
@@ -18,7 +18,7 @@
</TabView>
<DocumentBrowserTab
v-show=
"selectedItem"
v-show=
"selectedItem
&& selectedItem.mode
"
:item=
"selectedItem?.item"
:mode=
"selectedItem?.mode"
:functionalityId=
"selectedItem?.functionalityId"
...
...
knowage-vue/src/modules/documentBrowser/DocumentBrowserCockpitContainer.vue
View file @
20f376bf
...
...
@@ -46,6 +46,9 @@ export default defineComponent({
id
()
{
this
.
name
=
this
.
id
as
string
this
.
setMode
()
},
propMode
()
{
this
.
setMode
()
}
},
created
()
{
...
...
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