Skip to content

feat: automate linked item unarchiving and hide unnecessary buttons#290

Merged
Riomalos-ZyrrahFeil merged 5 commits intodevelopfrom
refactor/unarchive
Jan 9, 2026
Merged

feat: automate linked item unarchiving and hide unnecessary buttons#290
Riomalos-ZyrrahFeil merged 5 commits intodevelopfrom
refactor/unarchive

Conversation

@Riomalos-ZyrrahFeil
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ AI Code Analysis: I found some potential issues for you to review.

claimRepo.findByReportIdOrMatchingLostReportId(id, id)
.forEach(claim -> {
int linkedId = (claim.getReportId() == id)
? (claim.getMatchingLostReportId() != null ? claim.getMatchingLostReportId() : 0)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📏 Style Violation: Line exceeds 80 characters
(Current: 105). Please break this line.

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ AI Code Analysis: I found some potential issues for you to review.

claimRepo.findByReportIdOrMatchingLostReportId(id, id)
.forEach(claim -> {
int linkedId = (claim.getReportId() == id)
? (claim.getMatchingLostReportId() != null ? claim.getMatchingLostReportId() : 0)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📏 Style Violation: Line exceeds 80 characters
(Current: 105). Please break this line.

@Riomalos-ZyrrahFeil Riomalos-ZyrrahFeil merged commit 955e815 into develop Jan 9, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants