Skip to content

Conversation

@carlinmack
Copy link
Contributor

❤️ Thank you for your contribution!

Description

Please describe briefly your pull request.

Checklist

Ticks in all boxes and 🟢 on all GitHub actions status checks are required to merge:

Frontend

Reminder

By using GitHub, you have already agreed to the GitHub’s Terms of Service including that:

  1. You license your contribution under the same terms as the current repository’s license.
  2. You agree that you have the right to license your contribution under the current repository’s license.

@carlinmack carlinmack moved this to In review 🔍 in Sprint Q4/2025 Oct 10, 2025
Copy link
Member

@slint slint left a comment

Choose a reason for hiding this comment

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

LGTM, minor comments on the function args and their use.

@slint slint moved this from In review 🔍 to In progress in Sprint Q4/2025 Oct 14, 2025
@carlinmack carlinmack moved this from In progress to In review 🔍 in Sprint Q4/2025 Oct 16, 2025
@carlinmack carlinmack removed their assignment Oct 16, 2025

def evaluate_record_deletion(record: RDMRecord):
"""Evaluate whether a given record can be deleted by an identity."""
rec_del = RDMRecordDeletionPolicy().evaluate(g.identity, record._record)
Copy link
Contributor

Choose a reason for hiding this comment

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

same here for g.identity

return list(existing_requests)[0]


def evaluate_record_deletion(record: RDMRecord):
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this the same changes as in the other PR (it might include the same commit)?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes sorry the other PR includes this PR and #3200 as I presume they could be merged first. sorry for the confusion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In review 🔍

Development

Successfully merging this pull request may close these issues.

3 participants