Skip to content

Commit

Permalink
Merge branch 'feature/update-failed-jobs' into release/1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinyde committed Sep 13, 2023
2 parents 977945b + 93fa67f commit a10e22c
Show file tree
Hide file tree
Showing 15 changed files with 586 additions and 96 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
<!-- markdownlint-disable MD024 -->

# Changelog for selvbetjening.aarhuskommune.dk

Nedenfor ses dato for release og beskrivelse af opgaver som er implementeret.

## In develop

* Disable access to webform error log
* Added retry action to error log
* Changed failed jobs view
* Opdaterede til [OS2forms failed jobs to
1.3.0](https://github.com/itk-dev/os2forms_failed_jobs/releases/tag/1.3.0)

## [2.4.9] 2023-09-06

* Tilføjede webform options config ignore.
Expand Down
16 changes: 16 additions & 0 deletions config/sync/system.action.advancedqueue_queue_retry_action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
uuid: b70d762d-aded-46a0-a214-505a80711892
langcode: en
status: true
dependencies:
module:
- os2forms_failed_jobs
enforced:
module:
- os2forms_failed_jobs
_core:
default_config_hash: pexPU9ftUC8P4KrPUZbAMG-riQDByKt2Y0_ap2QDhRE
id: advancedqueue_queue_retry_action
label: 'Retry processing'
type: advancedqueue_queue
plugin: advancedqueue_queue_retry_action
configuration: { }
1 change: 0 additions & 1 deletion config/sync/user.role.forloeb_designer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ permissions:
- 'access site in maintenance mode'
- 'access toolbar'
- 'access webform overview'
- 'access webform submission log'
- 'access webform submission user'
- 'administer webform element access'
- 'administer webform revisions'
Expand Down
1 change: 0 additions & 1 deletion config/sync/user.role.leder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ permissions:
- 'access toolbar'
- 'access user profiles'
- 'access webform overview'
- 'access webform submission log'
- 'access webform submission user'
- 'administer block_content display'
- 'administer block_content form display'
Expand Down
1 change: 0 additions & 1 deletion config/sync/user.role.sagsbehandler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ permissions:
- 'access toolbar'
- 'access user profiles'
- 'access webform overview'
- 'access webform submission log'
- 'access webform submission user'
- 'administer block_content display'
- 'administer block_content display'
Expand Down
1 change: 0 additions & 1 deletion config/sync/user.role.site_admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ permissions:
- 'access toolbar'
- 'access user profiles'
- 'access webform overview'
- 'access webform submission log'
- 'access webform submission user'
- 'administer block_content display'
- 'administer block_content form display'
Expand Down
Loading

0 comments on commit a10e22c

Please sign in to comment.