Skip to content

Commit d9f5150

Browse files
authored
Feat(Core): ExternalEvent compatibility (#285)
1 parent e1b7578 commit d9f5150

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111

1212
- Fix menu icon
1313

14+
### Added
15+
16+
- Add `External Event` for associated item types
17+
18+
1419
## [2.13.0] - 2025-09-30
1520

1621
### Added

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function plugin_init_tag()
6464
],
6565
__('Assistance') => [
6666
'Ticket', 'Problem', 'Change', 'TicketRecurrent',
67-
'TicketTemplate',
67+
'TicketTemplate', 'PlanningExternalEvent',
6868
],
6969
__('Management') => [
7070
'Budget', 'Supplier', 'Contact', 'Contract', 'Document',

0 commit comments

Comments
 (0)