Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 188
    • Merge requests 188
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • atlas
  • athenaathena
  • Merge requests
  • !22092

Merged
Created Mar 21, 2019 by Tim Martin@tamartinDeveloper

Remove need for "self" link in MT trigger

  • Overview 36
  • Commits 6
  • Pipelines 4
  • Changes 10

So far we have been giving TCs an ElementLink called "self" upon creation which points to the object itself.

This was then used every time we needed to link the TC as a seed of another, via copying the "self" link & re-naming it as "seed".

We don't, however, need to do this as we can query the two pieces of information needed to construct the ElementLink directly from a Desision object when we want to link one as "seed" of another.

This saves some space as we don't need to have these extra "self" element links lying about in EDM classes.

CC @sgeorge, @tbold, @fpastore

Edited Mar 22, 2019 by Tim Martin
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: removeNeedForSelfLink