This repository was archived by the owner on Apr 2, 2024. It is now read-only.
Commit cd807ea
Pre-release merge of develop into master (#103)
* 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
* [#46780] Removed all parts of HK/Holstebro, to make the webform generic and reusable for everyone.
* [#46800] Created new task-type for inheriting webform in flow
* [#46800] adding returns after logs
* [#46800] Adding all form fields to 'prepareTaskForSave'
* Enable URL override for webform submissions and hashed url patterns (#93)
* Enable URL override for webform submissions and hashed url patterns
* Move pathauto.settings.yml to profile
* [#46800] Added custom field to parent prepareTaskForSave method
* Merge master with develop (#97)
* 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 <carstena@magenta-aps.dk>
Co-authored-by: Carsten Agger <carstena@magenta.dk>
Co-authored-by: Toke Fritzemeier <toke@magenta.dk>
* Pre-release PR develop into master (#95)
* 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
* [#46780] Removed all parts of HK/Holstebro, to make the webform generic and reusable for everyone.
* [#46800] Created new task-type for inheriting webform in flow
* [#46800] adding returns after logs
* [#46800] Adding all form fields to 'prepareTaskForSave'
* Enable URL override for webform submissions and hashed url patterns (#93)
* Enable URL override for webform submissions and hashed url patterns
* Move pathauto.settings.yml to profile
* [#46800] Added custom field to parent prepareTaskForSave method
Co-authored-by: Carsten Agger <carstena@magenta-aps.dk>
Co-authored-by: Carsten Agger <carstena@magenta.dk>
Co-authored-by: Toke Fritzemeier <toke@magenta.dk>
Co-authored-by: mb <mb@magenta-aps.dk>
Co-authored-by: mBoegvald <36398987+mBoegvald@users.noreply.github.com>
Co-authored-by: Carsten Agger <carstena@magenta-aps.dk>
Co-authored-by: Carsten Agger <carstena@magenta.dk>
Co-authored-by: Toke Fritzemeier <toke@magenta.dk>
Co-authored-by: mb <mb@magenta-aps.dk>
Co-authored-by: mBoegvald <36398987+mBoegvald@users.noreply.github.com>
* [#46800] Adding MaestroWebformInherit to os2forms_forloeb.module
* [#46800] Added function that returns array of custom task-types and cleaned logic of if-statement
* Refactor redundant menu link (#101)
* Generalise client specific translation (#98)
* Webform node element module as dependency. (#102)
* Fix to bug on default purge setting not saving. (#99)
* Fix to bug on default purge setting not saving.
* Better handling of submissions purge logic
* Refactor and webform save error
* Small change to purge logic
* Remove save_webform check logic to always save changes.
* Refactor upon review
Co-authored-by: Carsten Agger <carstena@magenta-aps.dk>
Co-authored-by: Carsten Agger <carstena@magenta.dk>
Co-authored-by: Toke Fritzemeier <toke@magenta.dk>
Co-authored-by: mb <mb@magenta-aps.dk>
Co-authored-by: mBoegvald <36398987+mBoegvald@users.noreply.github.com>1 parent 74f846b commit cd807ea
File tree
5 files changed
+39
-14
lines changed- config/optional
- translations
5 files changed
+39
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
651 | 651 | | |
652 | 652 | | |
653 | 653 | | |
654 | | - | |
| 654 | + | |
655 | 655 | | |
656 | 656 | | |
657 | 657 | | |
| |||
692 | 692 | | |
693 | 693 | | |
694 | 694 | | |
695 | | - | |
696 | | - | |
| 695 | + | |
| 696 | + | |
697 | 697 | | |
698 | 698 | | |
699 | 699 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
138 | 151 | | |
139 | 152 | | |
140 | 153 | | |
| |||
185 | 198 | | |
186 | 199 | | |
187 | 200 | | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
188 | 209 | | |
189 | 210 | | |
190 | 211 | | |
191 | 212 | | |
192 | 213 | | |
193 | 214 | | |
| 215 | + | |
194 | 216 | | |
195 | 217 | | |
196 | 218 | | |
| |||
199 | 221 | | |
200 | 222 | | |
201 | 223 | | |
202 | | - | |
203 | | - | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
204 | 228 | | |
205 | 229 | | |
206 | 230 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
276 | | - | |
| 275 | + | |
277 | 276 | | |
278 | 277 | | |
279 | 278 | | |
| |||
0 commit comments