Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • T TIDO
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 109
    • Issues 109
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
    • Jira issues
    • Open Jira
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • subugoe
  • emo
  • TIDO
  • Merge requests
  • !242

Closed
Created Dec 22, 2021 by dindigala@manikanth.dindigalaMaintainer0 of 9 tasks completed0/9 tasks
  • Report abuse
Report abuse

Draft: fix/#356: Brackets in link text and lists of links cause an error

  • Overview 10
  • Commits 1
  • Pipelines 1
  • Changes 2

Bug fix

Summary

  • Show the full link text which is in the brackets.
  • List of all the links that can be available for a Metadata value.

To test list of links:

  • please pull the branch fix/#356-url-text in local and navigate to urls.vue component.
  • Comment out the lines from 37 - 42 and add the following sample value below:

data() { return { content: '30. März 1822. Hegel an Kultusministerium (https://dev.gfl.sub.uni-goettingen.de/id/Z_1822-03-30_k); 3. April 1822. Von Henning an Altenstein (https://dev.gfl.sub.uni-goettingen.de/id/Z_1822-04-03_k); 24. Juni 1820. Hardenberg an Altenstein (Ausfertigung) (https://dev.gfl.sub.uni-goettingen.de/id/Z_1820-06-24_k); 8. Juli 1820. Altenstein an Hardenberg (Konzept) (https://dev.gfl.sub.uni-goettingen.de/id/Z_1820-07-08_k); 22. Juli 1820. Hardenberg an Altenstein (Ausfertigung) (https://dev.gfl.sub.uni-goettingen.de/id/Z_1820-07-22_k)', }; },

  • This is a sample value of Metadata from GFL and once we run the app, navigate to Metadata tab and we can notice the links are displayed as expected.

Sample screenshot:

Screenshot_2021-12-22_at_18.38.55

Does the result of the MR comply to our "definition of done"?

  • Unit tests passed
  • Code reviewed
  • Acceptance criteria met
  • Functional tests passed
  • Non-Functional requirements met
  • Product Owner accepts the User Story

Related

Closes

#356 (closed)

Changelog

  • I added a statement to the CHANGELOG.

Documentation

  • I updated the README (if applicable)
  • I provided my functions with appropriate documentation

/cc Mathias Göbel, Frank Schneider, Michelle Weidling

Edited Jan 17, 2022 by dindigala
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix/#356-url-text