Skip to content
Snippets Groups Projects

Issues/3501847: Send entity type keys.

2 unresolved threads

Closes #3501847

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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(),
  • 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,
  • AKHIL BABU added 1 commit

    added 1 commit

    • 17ee81bd - Issues/3501847: Use camel case.

    Compare with previous version

  • AKHIL BABU added 10 commits

    added 10 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading