Skip to content

Conversation

@paljort
Copy link
Collaborator

@paljort paljort commented Dec 24, 2025

This PR fixes the following in Automations:

  • Fixed HTTP Trigger public backend URL
  • Fixed a crash when deleting a workflow
  • Fixed the settings modal crash for both Automation and Workflow
  • Fixed the stuck spinner on automation app when switching between workflows
  • Fixed a warning when opening opening workflow history
  • Fixed a warning when replacing a node
  • Fixed service refinements (filter/search) for node services

ViewFieldConditionGroup,
},
emits: ['update-filter-type', 'add-filter', 'add-filter-group', 'filter-focussed', 'delete-filter-group', 'delete-filter', 'update-filter'],
emits: ['updateFilterType', 'addFilter', 'addFilterGroup', 'filterFocused', 'deleteFilterGroup', 'deleteFilter', 'updateFilter'],
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was necessary to get the service filters working in automations.

enable-row-id
:disallow-data-synced-tables="false"
v-bind="$attrs"
v-on="$attrs"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is apparently no longer necessary in Vue 3 since v-bind="$attrs" already includes handling listeners.

@github-actions
Copy link

Coverage report

This PR does not seem to contain any modification to coverable code.

@paljort paljort requested a review from jonadeline December 25, 2025 05:42
Copy link
Collaborator

@jonadeline jonadeline left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks good to me. That can be merged 🎅🏻

@paljort paljort merged commit 2990604 into 854-nuxt-3-migration Dec 25, 2025
25 of 26 checks passed
@paljort paljort deleted the nuxt-automations branch December 25, 2025 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants