Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Merge requests
!714
WS-858: lay groundwork for fixing `create_follow_on_capability_request`.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
WS-858: lay groundwork for fixing `create_follow_on_capability_request`.
WS-858-from-main-2022-01-10-1556pm
into
main
Overview
3
Commits
6
Pipelines
4
Changes
6
Merged
Janet Goldstein
requested to merge
WS-858-from-main-2022-01-10-1556pm
into
main
3 years ago
Overview
3
Commits
6
Pipelines
4
Changes
3
Expand
CapabilityRequest.current_execution removed
from .ts to match CapabilityRequest ORM. create_follow_on_capability_request fix still in progress. Tests to be addressed in next MR.
Edited
3 years ago
by
Janet Goldstein
0
0
Merge request reports
Compare
version 1
version 3
e7a74d1a
3 years ago
version 2
e992d68a
3 years ago
version 1
0b83fc95
3 years ago
main (base)
and
version 2
latest version
5cfcbb31
6 commits,
3 years ago
version 3
e7a74d1a
5 commits,
3 years ago
version 2
e992d68a
2 commits,
3 years ago
version 1
0b83fc95
1 commit,
3 years ago
Show latest version
3 files
+
13
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
apps/web/src/app/workspaces/components/capability-request/components/request-operations/request-operations.component.html
+
2
−
1
Options
@@ -4,6 +4,7 @@
<app-create-new-version-form
id=
"create-new-version-form"
class=
"d-flex align-self-center"
[capabilityRequest]=
"capabilityRequest"
[selectedVersion]=
"selectedVersion"
></app-create-new-version-form>
</div>
@@ -21,7 +22,7 @@
class=
"btn btn-warning"
(click)=
"
capabilityLauncherService
.createImageRequestFromPreviousCal('std_cms_imaging', capabilityRequest.id, selectedVersion
.version_number
)
.createImageRequestFromPreviousCal('std_cms_imaging', capabilityRequest.id, selectedVersion)
.subscribe(followonRequestObserver)
"
>
Loading