Skip to content

Commit

Permalink
Merge pull request #61 from OS2Forms/f/OS-60_webform_embed_disable
Browse files Browse the repository at this point in the history
OS-60 disabling webform_embed
  • Loading branch information
skifter authored Sep 29, 2023
2 parents 1776ff2 + 5eb7831 commit 1598a3e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ before starting to add changes. Use example [placed in the end of the page](#exa

## [Unreleased]

- Removing webform_embed

## [3.11.0] 2023-09-25

- [OS-58] New company address fields
- Custom permissions by term field
- Removing dependency to config_entity_revisions, webform_revisions, coc_forms_auto_export
Expand Down
1 change: 0 additions & 1 deletion modules/os2forms_forloeb/os2forms_forloeb.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ dependencies:
- 'drupal:webform_access'
- 'drupal:webform_attachment'
- 'drupal:webform_composite'
- 'drupal:webform_embed'
- 'drupal:webform_entity_print'
- 'drupal:webform_entity_print_attachment'
- 'drupal:webform_migrate'
Expand Down
1 change: 0 additions & 1 deletion os2forms.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ dependencies:
- 'drupal:webform_submission_log'
- 'drupal:webform_templates'
- 'drupal:webform_composite'
- 'drupal:webform_embed'
- 'drupal:entity_print'
- 'drupal:webform_migrate'
- 'drupal:redirect'
Expand Down
9 changes: 9 additions & 0 deletions os2forms.install
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,15 @@ function os2forms_update_8904() {
os2forms_read_in_new_config('pathauto.pattern.os2forms_wf_webforms');
}

/**
* Implements hook_update_N().
*
* Uninstalling webform_embed module.
*/
function os2forms_update_8905() {
\Drupal::service('module_installer')->uninstall(['webform_embed']);
}

/**
* Creates a list of predefined terms for Application vocabulary.
*/
Expand Down

0 comments on commit 1598a3e

Please sign in to comment.