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
29f04523
Commit
29f04523
authored
May 26, 2022
by
dbulatovicx32
Browse files
removed mock
parent
feb541f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
knowage-vue/src/modules/qbe/QBE.vue
View file @
29f04523
...
...
@@ -414,41 +414,6 @@ export default defineComponent({
this
.
calcFieldFunctions
.
push
(
funct
)
})
}
let
test
=
[
{
name
:
'
saluta
'
,
label
:
'
saluta
'
,
value
:
'
saluta()
'
,
type
:
'
custom
'
,
parameters
:
[
{
name
:
'
par1
'
,
type
:
'
String
'
}
]
},
{
name
:
'
anni
'
,
label
:
'
anni
'
,
value
:
'
anni(,)
'
,
type
:
'
custom
'
,
parameters
:
[
{
name
:
'
par1
'
,
type
:
'
String
'
},
{
name
:
'
par2
'
,
type
:
'
String
'
}
]
}
]
let
test2
=
test
.
map
((
funct
)
=>
({
category
:
'
CUSTOM
'
,
formula
:
funct
.
value
,
label
:
funct
.
label
,
name
:
funct
.
name
,
help
:
'
dataPreparation.custom
'
}))
test2
.
forEach
((
funct
)
=>
{
this
.
calcFieldFunctions
.
push
(
funct
)
})
})
},
async
loadEntities
()
{
...
...
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