Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFDS-register-front
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
EOSC-Pillar
FFDS
FFDS-register-front
Merge requests
!21
Fix/bug from uc6
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix/bug from uc6
fix/bug_from_UC6
into
master
Overview
0
Commits
5
Pipelines
0
Changes
2
Merged
Baptiste Toulemonde
requested to merge
fix/bug_from_UC6
into
master
3 years ago
Overview
0
Commits
5
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Viewing commit
17bd43cc
Prev
Next
Show latest version
2 files
+
9
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
17bd43cc
fix import
· 17bd43cc
Baptiste Toulemonde
authored
3 years ago
src/app/mapping/class/dataset.ts
+
1
−
1
Options
@@ -11,7 +11,7 @@ export class Dataset {
}
export
class
DatasetPath
{
public
dcatProperty
:
Dataset
;
public
dcatProperty
:
Dataset
|
string
;
public
path
:
string
constructor
(
dcatProperty
:
Dataset
,
path
:
string
)
{
Loading