Entity Library {
scaffold
String name
}
Entity Book {
scaffold
String title
- Library library nullable
}
The library association from Book is now edited with a separate popup dialog. It would be better to use combo box for this type of association.
Description
Entity Library {
scaffold
String name
}
Entity Book {
scaffold
String title
- Library library nullable
}
The library association from Book is now edited with a separate popup dialog. It would be better to use combo box for this type of association.