Skip to content

Move notification about Attribute deletion after executing the actual deletion#769

Merged
Milena-Czierlinski merged 1 commit intorework-attributesfrom
change-order-of-attribute-deletion-and-notification
Sep 23, 2025
Merged

Move notification about Attribute deletion after executing the actual deletion#769
Milena-Czierlinski merged 1 commit intorework-attributesfrom
change-order-of-attribute-deletion-and-notification

Conversation

@Milena-Czierlinski
Copy link
Member

@Milena-Czierlinski Milena-Czierlinski commented Sep 22, 2025

Readiness checklist

  • I added/updated tests.
  • I ensured that the PR title is good enough for the changelog.
  • I labeled the PR.
  • I self-reviewed the PR.

Description

With the attribute refactoring the order was changes, such that we now notify about the attribute deletion before executing the actual deletion (because it seemed less complex regarding the code). @britsta argued that if something goes wrong it would be worse having notified about the deletion without executing the actual deletion, compared to deleting the attribute and not notifying about it. Hence, in this PR I change the order back to firstly executing the deletion and then notifying about it.

@Milena-Czierlinski Milena-Czierlinski added the refactoring Refactoring of code label Sep 22, 2025
@Milena-Czierlinski Milena-Czierlinski changed the title Move deletion of Attribute before Notification Notify about Attribute deletion after the executing the actual deletion Sep 22, 2025
@Milena-Czierlinski Milena-Czierlinski changed the title Notify about Attribute deletion after the executing the actual deletion Move notification about Attribute deletion after executing the actual deletion Sep 22, 2025
@Milena-Czierlinski Milena-Czierlinski marked this pull request as ready for review September 22, 2025 17:30
@Milena-Czierlinski Milena-Czierlinski merged commit 098894a into rework-attributes Sep 23, 2025
15 checks passed
@Milena-Czierlinski Milena-Czierlinski deleted the change-order-of-attribute-deletion-and-notification branch September 23, 2025 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactoring Refactoring of code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants