We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See "When sorting by an Association field use the instance name rather than the id" #108
@Table(name = "LIBRARY_NEW_ENTITY") @Entity(name = "library_NewEntity") public class NewEntity extends StandardEntity { private static final long serialVersionUID = -491449145451121237L; @Column(name = "NEW_FLD") private String newFld; @ManyToOne(fetch = FetchType.LAZY) @JoinColumn(name = "BOOK_ID") private Book book;
<view entity="library_NewEntity" name="newEntity-view" extends="_local"> <property name="book" view="_local"> <property name="literatureType" view="_minimal"/> <property name="authors" view="_minimal"/> </property> </view>
The text was updated successfully, but these errors were encountered:
Fix sorting by association attribute if the have null value #121
ef729e5
e8a9dba
(cherry picked from commit ef729e5)
Actual behavior reproduces only in React UI. Project for reproduce https://app.zenhub.com/files/176701911/b45cb6c0-7c84-4586-98ec-3add254b4150/download
Sorry, something went wrong.
plakhov
natfirst
No branches or pull requests
Environment
Description of the bug or enhancement
See "When sorting by an Association field use the instance name rather than the id" #108
The another entity has instance name defined
The string with empty link is always on top (not regarding ascending or descending):
The text was updated successfully, but these errors were encountered: