Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
4dd736e
Merge pull request #79 from OS2Forms/develop
madsnorgaard Oct 5, 2021
712bc78
Fixing composer.lock to fetch fixed Forløb module release.
Oct 8, 2021
5837092
Add function to set username from webform submission.
agger-magenta Oct 11, 2021
52181c6
Adding example webforms to enable flow with multiple webforms.
Oct 11, 2021
e8fbebc
Make basic workflow work, without copying of fields.
agger-magenta Oct 12, 2021
4ea9b75
New task class in place - now ready to implement the functionality.
agger-magenta Oct 12, 2021
f9a5108
Commit day's work.
agger-magenta Oct 12, 2021
85886ad
Added form_alter hook to intercept submit on WebformMultiple task.
agger-magenta Oct 13, 2021
0dc6257
It works, next step some prettification.
agger-magenta Oct 13, 2021
1bcd8b6
Lint changes.
agger-magenta Oct 13, 2021
6b55456
Fix notification by variable for part1
Oct 14, 2021
909db46
Changed so that field names in source forms are prefixed with unique ID.
agger-magenta Oct 14, 2021
de62762
Remove composer update from CI check
Oct 14, 2021
a77e701
Set composer update to get latest version per tag
Oct 14, 2021
6219777
Brushup before review.
agger-magenta Oct 14, 2021
73a5c91
Merge branch '43378_support_multiple_parties_with_multiple_webforms' …
agger-magenta Oct 14, 2021
c87ff6a
Travis CI fix.
agger-magenta Oct 14, 2021
3e3c511
Merge branch 'develop' into 43378_support_multiple_parties_with_multi…
agger-magenta Oct 14, 2021
bf74ebc
Remove tag versioning of forloeb module
Oct 14, 2021
b7bc109
Fix linting error.
agger-magenta Oct 14, 2021
ef7e60e
Refactor unused webforms and flows
Oct 18, 2021
e3616a5
Add, install and configure r4032login module
Oct 18, 2021
826a827
Adjust description text
Oct 18, 2021
c583af7
Rename template
Oct 18, 2021
d7cfba7
Change category
Oct 18, 2021
b412eab
Merge branch 'develop' into 43378_support_multiple_parties_with_multi…
madsnorgaard Oct 20, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"drupal/masquerade": "2.0.0-beta4",
"drupal/queue_mail": "1.3.0",
"drupal/queue_ui": "^2.1",
"drupal/r4032login": "^2.1",
"drupal/rules": "3.0.0-alpha6",
"drupal/rules_token": "1.2.0",
"drupal/rules_webform": "1.5.0",
Expand Down
Loading