Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
project-creation
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Coscine
frontend
libraries
project-creation
Commits
d28b024f
Commit
d28b024f
authored
4 years ago
by
Marcel Nellesen
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Changed Link (coscine/issues#902)
parent
54031075
Branches
Hotfix/902-fixUPAndPEC
Branches containing commit
Tags
Tags containing commit
1 merge request
!42
Hotfix/902 fix up and pec
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package-lock.json
+1
-1
1 addition, 1 deletion
package-lock.json
src/CreateProject.vue
+1
-1
1 addition, 1 deletion
src/CreateProject.vue
with
2 additions
and
2 deletions
package-lock.json
+
1
−
1
View file @
d28b024f
{
"name": "@coscine/project-creation",
"version": "1.
7
.0",
"version": "1.
8
.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
...
...
This diff is collapsed.
Click to expand it.
src/CreateProject.vue
+
1
−
1
View file @
d28b024f
...
...
@@ -609,7 +609,7 @@ export default Vue.extend({
for
(
let
organizationUri
in
organizationUris
)
{
for
(
let
subOrg
in
organizationUris
[
organizationUri
])
{
let
org
=
organizationUris
[
organizationUri
][
subOrg
];
let
displayName
=
org
[
"
http://www.w3.org/
1999/02/22-rdf-syntax-ns
#label
"
][
0
][
"
value
"
];
let
displayName
=
org
[
"
http://www.w3.org/
2000/01/rdf-schema
#label
"
][
0
][
"
value
"
];
let
pushedOrg
=
{
displayName
,
url
:
subOrg
};
this
.
organizations
.
push
(
pushedOrg
);
}
...
...
This diff is collapsed.
Click to expand it.
CoscineBot
@CoscineBot
mentioned in commit
dff0a638
·
4 years ago
mentioned in commit
dff0a638
mentioned in commit dff0a638eefcda20c8dc99cc1daa2feb58b20bb2
Toggle commit list
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment