-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Support hooks on resource types #24159
Copy link
Copy link
Closed
Labels
A-ECSEntities, components, systems, and eventsEntities, components, systems, and eventsC-FeatureA new feature, making something new possibleA new feature, making something new possibleS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!X-UncontroversialThis work is generally agreed uponThis work is generally agreed upon
Description
Activity
Metadata
Metadata
Assignees
Labels
A-ECSEntities, components, systems, and eventsEntities, components, systems, and eventsC-FeatureA new feature, making something new possibleA new feature, making something new possibleS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!X-UncontroversialThis work is generally agreed uponThis work is generally agreed upon
Type
Projects
- StatusShow more project fieldsDone
What problem does this solve or what need does it fill?
Components support hooks: resources should to!
Currently hooks do not work for resources, because they are used to enforce uniqueness.
What solution would you like?
Steal the strategy from #24000 to additively define them.
Additional context
#24058 may change how our uniqueness-enforcing mechanisms work.