Issues/3501847: Send entity type keys.
2 unresolved threads
2 unresolved threads
Closes #3501847
Merge request reports
Activity
Filter activity
53 53 'base' => \sprintf('xb/%s/%s', $entity_type, $entity?->id()), 54 54 'entityType' => $entity_type, 55 55 'entity' => $entity?->id(), 56 'entity_type_keys' => $entity?->getEntityType()->getKeys(), changed this line in version 3 of the diff
53 53 'base' => \sprintf('xb/%s/%s', $entity_type, $entity?->id()), 54 54 'entityType' => $entity_type, 55 55 'entity' => $entity?->id(), 56 'entity_type_keys' => $entity?->getEntityType()->getKeys(), 56 57 'demo_mode' => $demo_mode, changed this line in version 3 of the diff
added 10 commits
-
17ee81bd...67bb2e2a - 7 commits from branch
project:0.x
- b32bb943 - Issues/3501847: Send entity type keys.
- 25260e43 - Issues/3501847: Update tests.
- 1fe0a5ca - Issues/3501847: Use camel case.
Toggle commit list-
17ee81bd...67bb2e2a - 7 commits from branch
Please register or sign in to reply