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

Add relation type to the class structure #68

Open
3 tasks done
rawdog71 opened this issue Sep 8, 2022 · 0 comments
Open
3 tasks done

Add relation type to the class structure #68

rawdog71 opened this issue Sep 8, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@rawdog71
Copy link
Owner

rawdog71 commented Sep 8, 2022

Classreferences right now are always interpreted as n:m relation.
It should be also possible to set classref as 1:n relation.

ToDo:

  • Add relationtype to cf_attribut table - default should be n:m for compatibilty reasons. (0 = n:m ; 1 = 1:m; NULL = not set at all, but interpreted as 0 when relationref is set)
  • Add the relation logic to the backend UI (Dropdown at attribut section)
  • Add the logic to the backend content editor for 1:n relations (Dropdown selection to get all values of class and store it to content_integer in cf_attributcontent ->hibernate storage to new field as "ref_classname" )
@rawdog71 rawdog71 added the enhancement New feature or request label Sep 8, 2022
rawdog71 added a commit that referenced this issue Sep 8, 2022
rawdog71 added a commit that referenced this issue Sep 8, 2022
rawdog71 added a commit that referenced this issue Sep 8, 2022
rawdog71 added a commit that referenced this issue Sep 8, 2022
rawdog71 added a commit that referenced this issue Sep 9, 2022
rawdog71 added a commit that referenced this issue Sep 12, 2022
rawdog71 added a commit that referenced this issue Sep 14, 2022
This reverts commit 245b5f7.
rawdog71 added a commit that referenced this issue Sep 14, 2022
rawdog71 added a commit that referenced this issue Sep 15, 2022
rawdog71 added a commit that referenced this issue Sep 15, 2022
rawdog71 added a commit that referenced this issue Sep 16, 2022
JSON and GraphQL fixes
rawdog71 added a commit that referenced this issue Sep 16, 2022
rawdog71 added a commit that referenced this issue Sep 16, 2022
rawdog71 added a commit that referenced this issue Sep 16, 2022
rawdog71 added a commit that referenced this issue Sep 16, 2022
WIP #68
added ToDos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants