Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UI
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
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
Coscine
frontend
apps
UI
Merge requests
!55
Fix: UIv2 Migration Fixes for internal Code
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix: UIv2 Migration Fixes for internal Code
Issue/2106-UIv2MigrationFixesInternalCode
into
dev
Overview
0
Commits
3
Pipelines
4
Changes
17
Merged
Hanna Führ
requested to merge
Issue/2106-UIv2MigrationFixesInternalCode
into
dev
3 years ago
Overview
0
Commits
3
Pipelines
4
Changes
17
Expand
coscine/issues#2106
0
0
Merge request reports
Compare
dev
version 2
417abd2a
3 years ago
version 1
e9725ceb
3 years ago
dev (base)
and
latest version
latest version
ec6cee92
3 commits,
3 years ago
version 2
417abd2a
2 commits,
3 years ago
version 1
e9725ceb
1 commit,
3 years ago
17 files
+
46
−
48
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
17
Search (e.g. *.vue) (Ctrl+P)
src/modules/project/pages/components/FormMetadata.vue
+
1
−
1
Options
@@ -538,7 +538,7 @@ export default defineComponent({
if
(
this
.
projectForm
.
organizations
)
{
for
(
const
org
of
this
.
projectForm
.
organizations
)
{
if
(
org
.
url
)
{
const
result
=
await
this
.
projectStore
.
r
et
rieve
OrganizationByURL
(
const
result
=
await
this
.
projectStore
.
g
etOrganizationByURL
(
org
.
url
);
if
(
result
)
{
Loading