Add AccessControlDefaultAdminRules#4009
Conversation
🦋 Changeset detectedLatest commit: b164929 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
It feels to me that this contract is safe, but that this safety relies on the functions not being virtual, and on the user not doing "tricks". As a dev, I just need to call |
Sorry, it was not intentional to avoid
Hmm, that's correct, but I wonder why that might happen. |
This same argument applies to all of our extensions. You can probably mess up Our guideline is to design contracts that are difficult to misuse, not impossible to misuse or to abuse. |
Co-authored-by: Francisco <fg@frang.io>
Co-authored-by: Francisco <fg@frang.io>
Co-authored-by: Francisco <fg@frang.io>
Co-authored-by: Francisco <fg@frang.io>
We can discuss it further. The initial reason for not doing it was avoiding the management it comes with. If we'll do it. I'd like to do it in a follow-up PR. |
frangio
left a comment
There was a problem hiding this comment.
This is good to merge, but we should probably follow up with modifiable delay in another PR.
We could also review the naming for "delayed until".
|
There was a flaky test because of the use of |
Fixes #3623
Fixes LIB-618
PR Checklist
npx changeset add)