Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class diagram candinality misplaced in v8.6.0 #1552

Closed
josephzidell opened this issue Jul 16, 2020 · 1 comment · Fixed by #1566
Closed

Class diagram candinality misplaced in v8.6.0 #1552

josephzidell opened this issue Jul 16, 2020 · 1 comment · Fixed by #1566
Assignees
Labels
Type: Bug / Error Something isn't working or is incorrect

Comments

@josephzidell
Copy link

Describe the bug
In class diagrams, the cardinalities are misplaced in version 8.6.0

To Reproduce
Steps to reproduce the behavior:

  1. Create a class diagram with 2 classes along with "1" <-- "1..*" cardinality

Example markup:

classDiagram

	abc "1" <-- "1..*" def

	class abc {
		serial id [PK] 🔑
		date date
		varchar<8> mva
		varchar<50> location
		varchar<17> unit_id
		timestamp created_at
		timestamp updated_at
	}

	class def {
		serial id [PK] 🔑
		integer person_id
		text[] types
		text[] conditions
		varchar<36> type
		integer altitude
		text remarks
		timestamp created_at
		timestamp updated_at
	}
Loading

Expected behavior
The cardinality is placed at the intersection of the class and the arrows

Screenshots
8.5.3 😄
schema

8.6.0 😢
schema

Desktop (please complete the following information):

  • OS: Mac Cataline
  • Browser Firefox
  • Version 78.0.2
@josephzidell josephzidell added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Jul 16, 2020
@knsv knsv removed the Status: Triage Needs to be verified, categorized, etc label Jul 21, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Jul 22, 2020
@github-actions github-actions bot unlocked this conversation Jul 22, 2020
knsv added a commit that referenced this issue Jul 22, 2020
…class_diagram

#1552 Fix for broken cardinality support for class diagrams
@knsv
Copy link
Collaborator

knsv commented Jul 22, 2020

Fixed with release 8.6.2

@knsv knsv closed this as completed Jul 22, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Jul 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Type: Bug / Error Something isn't working or is incorrect
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants