Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CloWM UI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computational Metagenomics
CloWM
CloWM UI
Merge requests
!143
Resolve "Add UI for ownership tranfers"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Add UI for ownership tranfers"
feature/145-add-ui-for-ownership-tranfers
into
main
Overview
0
Commits
3
Pipelines
0
Changes
8
Merged
Daniel Göbel
requested to merge
feature/145-add-ui-for-ownership-tranfers
into
main
7 months ago
Overview
0
Commits
3
Pipelines
0
Changes
8
Expand
Closes
#145 (closed)
0
0
Merge request reports
Viewing commit
bc3355d7
Prev
Next
Show latest version
8 files
+
180
−
65
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
Verified
bc3355d7
Add UI to manage OTRS for workflows
· bc3355d7
Daniel Göbel
authored
7 months ago
#145
src/client/services/WorkflowService.ts
+
1
−
1
Options
@@ -245,7 +245,7 @@ export class WorkflowService {
@@ -245,7 +245,7 @@ export class WorkflowService {
* @returns OwnershipTransferRequestOut Successful Response
* @returns OwnershipTransferRequestOut Successful Response
* @throws ApiError
* @throws ApiError
*/
*/
public
static
workflowCreate
Bucket
Otr
(
public
static
workflowCreate
Workflow
Otr
(
wid
:
string
,
wid
:
string
,
requestBody
:
OwnershipTransferRequestIn
,
requestBody
:
OwnershipTransferRequestIn
,
):
CancelablePromise
<
OwnershipTransferRequestOut
>
{
):
CancelablePromise
<
OwnershipTransferRequestOut
>
{
Loading