jhipster / jdl-studio

JDL Studio is an online JHipster Domain Language visual editor
https://start.jhipster.tech/jdl-studio/
Apache License 2.0
405 stars 114 forks source link

Make relationship with Jhipster Auhtority #82

Closed EscapeManOZK closed 4 years ago

EscapeManOZK commented 4 years ago

Hello i would like to create a relationship between a custom entity which need to have a user authority to know who can access to the element of the entity.

But JDL-Studio don't recognize this jhipster's class. It's possible to have access to this class in JDL-Studio ?

In the meantime I am using a workaround to generate the data model but I cannot generate the application with the JDL.

I create a entity Authority like the jhi-authority :

entity Authority { name String required }

And i make my relationship with that :

relationship [Your relationship]{ [Entity Name]{authority} to Authority }

deepu105 commented 4 years ago

This is not the correct project to ask for this feature. Please open a feature request in the generator-jhipster project in this org