Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T TIDO
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 110
    • Issues 110
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • subugoesubugoe
  • emoemo
  • TIDO
  • Merge requests
  • !242

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

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed dindigala requested to merge fix/#356-url-text into develop Dec 22, 2021
  • 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
Reviewers
Request review from
Time tracking
Source branch: fix/#356-url-text