Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dspace7 Angular
Manage
Activity
Members
Labels
Plan
Issues
42
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
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
vtechworks
Dspace7 Angular
Commits
1ba7d1e2
Commit
1ba7d1e2
authored
6 years ago
by
Kristof De Langhe
Browse files
Options
Downloads
Patches
Plain Diff
57557: Added leftPlace and rightPlace to Relationship + JSDocs
parent
19033e63
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/core/cache/models/entities/normalized-relationship.model.ts
+12
-0
12 additions, 0 deletions
...re/cache/models/entities/normalized-relationship.model.ts
src/app/core/shared/entities/relationship.model.ts
+10
-0
10 additions, 0 deletions
src/app/core/shared/entities/relationship.model.ts
with
22 additions
and
0 deletions
src/app/core/cache/models/entities/normalized-relationship.model.ts
+
12
−
0
View file @
1ba7d1e2
...
...
@@ -30,6 +30,18 @@ export class NormalizedRelationship extends NormalizedObject {
@
autoserialize
rightId
:
string
;
/**
* The place of the Entity to the left side of this Relationship
*/
@
autoserialize
leftPlace
:
number
;
/**
* The place of the Entity to the right side of this Relationship
*/
@
autoserialize
rightPlace
:
number
;
/**
* The type of Relationship
*/
...
...
This diff is collapsed.
Click to expand it.
src/app/core/shared/entities/relationship.model.ts
+
10
−
0
View file @
1ba7d1e2
...
...
@@ -35,6 +35,16 @@ export class Relationship implements CacheableObject {
*/
rightId
:
string
;
/**
* The place of the Entity to the left side of this Relationship
*/
leftPlace
:
number
;
/**
* The place of the Entity to the right side of this Relationship
*/
rightPlace
:
number
;
/**
* The type of Relationship
*/
...
...
This diff is collapsed.
Click to expand it.
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