-
Entity A has _id.
Entity B has referenceIds array with references to A._id.
Entity A has reference to B with
``` javascript
"Bs": {
"entity": "B",
"query": {
"field": "$parent._id",
…
-
## Bevy version
0.14.1
## What you did
```rs
use bevy_ecs::event::Event;
use bevy_ecs::observer::Trigger;
use bevy_ecs::system::In;
use bevy_ecs::world::World;
#[derive(Event)]
struct…
-
### Expected behavior
The EntityKnockbackByEntityEvent#hitBy() entity should be called with the entity that did the knockback
### Observed/Actual behavior
Instead, if the entity that did the …
-
I am having a problem with my Drupal installation utilizing GovCMS8 distribution. It is Drupal 8.8.1 installed in Ubuntu 18.x. I have a field with field setting "dynamic reference type for taxonomy te…
-
There is no adjustment to change references to a reference-captured entity to refer to anything else. It is not possible under the wording to reflect upon a reference capture, and when applying `refle…
-
**Describe the bug in current situation**
After removing the secondary contact, adding the contact again brings back any info entered + any error messages displayed before the removal. This doesn’t ma…
-
```
std::function eq { lua["test_equal"] };
Entity a,b;
eq(std::ref(a),std::ref(b));
```
Will call Entity(const Entity &) and copy-construct parameters to lua function "test_equal".
```
auto …
-
Because of recurring problems with my Tuya account and having to reauthenticate more than once, I decided to delete the Tuya integration and install LocalTuya. Initially I had trouble getting the loca…
-
### BC Break Report
| Q | A
|------------ | ------
| BC Break | yes ?
| Version | 2.19.5
#### Summary
Hi Doctrine team,
When upgrading from doctrine/orm 2.19.…
-
## saving self referenced entity(composite primary key) with many to many relation
### Expected Behavior
template_composed_of should be saved with entity's composite primary key
### Actual …