-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deleting a SharedAttribute does not validate if it's possible to send…
… the Notification (#398) * feat: revoke relationship in status pending when the neded attribute is deleted * chore: remove focused test * feat: add error message when deleting an attribute while a relationship is still in Pending state * revert: unwanted change * chore: pr comments * chore: pr comments * Update packages/runtime/test/consumption/attributes.test.ts Co-authored-by: Britta Stallknecht <[email protected]> * Update packages/runtime/test/lib/testUtils.ts Co-authored-by: Milena Czierlinski <[email protected]> * Update packages/runtime/test/consumption/attributes.test.ts Co-authored-by: Milena Czierlinski <[email protected]> * chore: fix renaming * chore: fix renaming * chore: fix sending messsage when relationsip is not activatable anymore * chore: improve return type and variable naming * chore: pr comments * Update packages/transport/src/modules/messages/MessageController.ts Co-authored-by: Julian König <[email protected]> * chore: make notificationId optional * chore: make notificationId optional * chore: fix tests * chore: beauty changes * chore: beauty changes * chore: beauty changes --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Britta Stallknecht <[email protected]> Co-authored-by: Milena Czierlinski <[email protected]> Co-authored-by: Julian König <[email protected]>
- Loading branch information
1 parent
be35b61
commit b3a47c1
Showing
8 changed files
with
277 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.