Skip to content

Commit

Permalink
feat(block-editor): add DotWorkflowActionsFireService #30197 (#30198)
Browse files Browse the repository at this point in the history
### Parent Issue

#30197 

### Proposed Changes
* add DotWorkflowActionsFireService

### Checklist
- [x] Tests
- [x] Translations
- [x] Security Implications Contemplated (add notes if applicable)


### Screenshots
Original             |  Updated
:-------------------------:|:-------------------------:

![image](https://github.com/user-attachments/assets/8facf48d-a440-4f85-9adf-d50be1403b0f)
| ![Screenshot 2024-09-30 at 5 24
19 PM](https://github.com/user-attachments/assets/f428121e-69b7-4d40-96e9-7c4c858b868d)
  • Loading branch information
nicobytes authored Sep 30, 2024
1 parent 2a9846f commit 324de85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core-web/libs/block-editor/src/lib/block-editor.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ import {
DotMessageService,
DotPropertiesService,
DotUploadFileService,
DotAiService
DotAiService,
DotWorkflowActionsFireService
} from '@dotcms/data-access';
import { LoggerService, StringUtils } from '@dotcms/dotcms-js';
import {
Expand Down Expand Up @@ -90,6 +91,7 @@ const initTranslations = (dotMessageService: DotMessageService) => {
DotPropertiesService,
DotContentSearchService,
DotLanguagesService,
DotWorkflowActionsFireService,
{
provide: APP_INITIALIZER,
useFactory: initTranslations,
Expand Down

0 comments on commit 324de85

Please sign in to comment.