Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
workflow
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xrm-modules
xRM-Platform
workflow
Merge requests
!14
[Projekt: Entwicklung - Infrastruktur][TicketNr.: 2040189][Workflow-Entitäten: fehlende Imports]
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[Projekt: Entwicklung - Infrastruktur][TicketNr.: 2040189][Workflow-Entitäten: fehlende Imports]
main_2040189_wrongImports
into
main
Overview
0
Commits
3
Pipelines
3
Changes
21
Merged
Martin Groppe
requested to merge
main_2040189_wrongImports
into
main
7 months ago
Overview
0
Commits
3
Pipelines
3
Changes
21
Expand
0
0
Merge request reports
Compare
main
version 2
c89ebd36
7 months ago
version 1
dfe139b4
7 months ago
main (base)
and
latest version
latest version
f6e55ee7
3 commits,
7 months ago
version 2
c89ebd36
2 commits,
7 months ago
version 1
dfe139b4
1 commit,
7 months ago
21 files
+
347
−
39
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
21
Search (e.g. *.vue) (Ctrl+P)
entity/WorkflowDefinition_entity/entityfields/categorykeyword/children/containername_param/valueProcess.js
+
2
−
2
Options
import
{
result
}
from
"
@aditosoftware/jdito-types
"
;
import
{
$KeywordRegistry
}
from
"
Keyword
R
egistry
_basic
"
;
import
{
WorkflowKeywords
}
from
"
Workflow
Keyword
s_r
egistry
"
;
result
.
string
(
$KeywordRegistry
.
workflowCategory
());
\ No newline at end of file
result
.
string
(
WorkflowKeywords
.
workflowCategory
());
\ No newline at end of file
Loading