Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit 81909ab

Browse files
madsnorgaardagger-magentaToke Fritzemeier
authored
Merge develop with master (#90)
* Fixing composer.lock to fetch fixed Forløb module release. * Add function to set username from webform submission. * Adding example webforms to enable flow with multiple webforms. * Make basic workflow work, without copying of fields. * New task class in place - now ready to implement the functionality. * Commit day's work. * Added form_alter hook to intercept submit on WebformMultiple task. * It works, next step some prettification. * Lint changes. * Fix notification by variable for part1 * Changed so that field names in source forms are prefixed with unique ID. * Remove composer update from CI check * Set composer update to get latest version per tag * Brushup before review. * Travis CI fix. * Remove tag versioning of forloeb module * Fix linting error. * Update README.md * Refactor unused webforms and flows * Add, install and configure r4032login module * Adjust description text * Rename template * Change category * Remove custom_theme and gin dependencies. The os2forms_forloeb module shouldn't make decisions about which theme to use. Leave that up to whichever install profile is being used. * Remove rules modules as dependency * lock to dev branch * Remove Forløb profile as a dependency Co-authored-by: Carsten Agger <[email protected]> Co-authored-by: Carsten Agger <[email protected]> Co-authored-by: Toke Fritzemeier <[email protected]>
1 parent c1f6bfe commit 81909ab

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

composer.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@
3737
"drupal/queue_mail": "1.3.0",
3838
"drupal/queue_ui": "^2.1",
3939
"drupal/r4032login": "^2.1",
40-
"drupal/rules": "3.0.0-alpha6",
41-
"drupal/rules_token": "1.2.0",
42-
"drupal/rules_webform": "1.5.0",
4340
"drupal/simple_ldap": "1.0.0-alpha3",
4441
"drupal/simplesamlphp_auth": "3.2.0",
4542
"drupal/switch_page_theme": "1.0",
@@ -52,7 +49,6 @@
5249
"drupal/webform_scheduled_tasks": "^2.0",
5350
"drupal/webform_views": "^5.0@alpha",
5451
"drupal/workflow_participants": "^2.4",
55-
"os2forms/os2forms_forloeb_profile": "^1.0",
5652
"webmozart/path-util": "2.3.0",
5753
"zaporylie/composer-drupal-optimizations": "1.2.0"
5854
},

os2forms_forloeb.info.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ dependencies:
2626
- pathauto
2727
- r4032login
2828
- redirect
29-
- rules
30-
- rules_token
31-
- rules_webform
3229
- smtp
3330
- system
3431
- switch_page_theme

0 commit comments

Comments
 (0)