Tomi Turtiainen
|
cd3f5b5b1f
|
fix: Fix template credential setup for nodes that dont have credentials (#8208)
Fix template credential setup for templates whose workflow includes
nodes that require credentials but the workflow definition does not have
them defined. Like for example
https://n8n.io/workflows/1344-save-email-attachments-to-nextcloud/
|
2024-01-04 10:21:36 +02:00 |
|
Tomi Turtiainen
|
08ee307209
|
feat(editor): Show template credential setup based on feature flag (#7989)
Replace the local storage based feature flag with posthog feature flag.
Also:
- Fix bunch of eslint warnings in posthog store
|
2023-12-11 20:21:10 +02:00 |
|
Tomi Turtiainen
|
a3ca7c7acd
|
fix: Disable continue button unless at least 1 cred has been filled (no-changelog) (#7959)
Disable the continue button in template credential setup unless at least
one credential has been (pre-)filled
|
2023-12-07 19:35:34 +02:00 |
|
Tomi Turtiainen
|
a78729b12f
|
feat(editor): Allow partial template credential setup (no-changelog) (#7899)
Enable continue button even if all credentials havent been setup
|
2023-12-04 09:30:34 +02:00 |
|
Tomi Turtiainen
|
627ddb91fb
|
feat(editor): Open template credential setup from collection (#7882)
Open the template credential setup when using a template from the
collection view.
NOTE! This feature is still behind a feature flag. To test, set:
```js
localStorage.setItem('template-credentials-setup', 'true')
```
https://github.com/n8n-io/n8n/assets/10324676/46ccec7c-5a44-429e-99ad-1c10640e99e5
|
2023-11-30 14:09:12 +02:00 |
|
Tomi Turtiainen
|
ac744d6702
|
test: Ado 1296 add e2e tests (#7792)
Adds e2e tests for the template credential setup.
|
2023-11-27 17:18:10 +02:00 |
|