-
Notifications
You must be signed in to change notification settings - Fork 9
WIP: Soft Delete all Domains - implemented on Person for API #60
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
base: master
Are you sure you want to change the base?
Conversation
Merge pull request 1701-jan09-java#59 from eeolivas/master
need to update with base master in order to ceate PR
| return false; | ||
| } else if (!id.equals(other.id)) | ||
| return false; | ||
| if (isActive != other.isActive) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
|
||
| public Eval() {/*empty constructor needed*/} | ||
|
|
||
| public Eval(Integer week, Date date, EvalType evalType, Person trainee, Batch batch, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| return false; | ||
| } else if (!id.equals(other.id)) | ||
| return false; | ||
| if (isActive != other.isActive) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| private Integer id; | ||
|
|
||
| @Column(name = "s_subject") | ||
| private String subject; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| return false; | ||
| } | ||
| if (!Objects.equals(this.id, other.id)) { | ||
| if (isActive != other.isActive) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
there are issues with admin delete Person. did not mean to push upstream yet |
|
SonarQube analysis reported 8 issues Watch the comments in this conversation to review them. 3 extra issuesNote: The following issues were found on lines that were not modified in the pull request. Because these issues can't be reported as line comments, they are summarized here:
|



dont merge this yet just want to make sure this is what we want - and figure a way to incorporate higher-level requests for hard deletes