0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-12 05:37:26 +08:00
discourse/plugins/discourse-workflows/app/controllers/discourse_workflows
Joffrey JAFFEUX 2c3dab5ade
UI: workflows UI improvements (#41872)
- Allows to run a workflow up until one specific step (included)
- Allows to drag a connection to a node to connect it when there's only
one possible input
- Fixes a bug where sticky notes where appearing above connections
- Fixes a bug where IF nodes output connections where not correctly
ordered after using auto layout
- Moves information about type of run (per item/all item) in the
settings of the node
- Fixed a bug where a node was glowing after being selected when it
should only happen on insert
- Ensures connections actions can be clicked when the connection is
short
2026-07-22 08:29:34 +02:00
..
admin_controller.rb FEATURE: discourse-workflows (#40374) 2026-05-28 19:44:50 +02:00
ai_authoring_controller.rb FEATURE: Add AI authoring to Discourse Workflows (#40504) 2026-06-18 18:32:30 +02:00
credentials_controller.rb FEATURE: discourse-workflows (#40374) 2026-05-28 19:44:50 +02:00
data_table_columns_controller.rb FEATURE: discourse-workflows (#40374) 2026-05-28 19:44:50 +02:00
data_table_rows_controller.rb FEATURE: discourse-workflows (#40374) 2026-05-28 19:44:50 +02:00
data_tables_controller.rb FEATURE: discourse-workflows (#40374) 2026-05-28 19:44:50 +02:00
dynamic_node_parameters_controller.rb FEATURE: discourse-workflows (#40374) 2026-05-28 19:44:50 +02:00
executions_controller.rb FEATURE: discourse-workflows (#40374) 2026-05-28 19:44:50 +02:00
expressions_controller.rb FEATURE: discourse-workflows (#40374) 2026-05-28 19:44:50 +02:00
filter_options_controller.rb DEV: Extract reusable PostsFilter into core (#40436) 2026-06-02 14:52:47 +02:00
form_test_sessions_controller.rb FEATURE: discourse-workflows (#40374) 2026-05-28 19:44:50 +02:00
forms_controller.rb FEATURE: discourse-workflows (#40374) 2026-05-28 19:44:50 +02:00
modal_responses_controller.rb FEATURE: adds a modal node to discourse workflows (#40978) 2026-06-17 12:12:51 +02:00
node_types_controller.rb FEATURE: discourse-workflows (#40374) 2026-05-28 19:44:50 +02:00
stats_controller.rb FEATURE: discourse-workflows (#40374) 2026-05-28 19:44:50 +02:00
step_executions_controller.rb UI: workflows UI improvements (#41872) 2026-07-22 08:29:34 +02:00
templates_controller.rb FEATURE: discourse-workflows (#40374) 2026-05-28 19:44:50 +02:00
topic_admin_button_controller.rb FEATURE: discourse-workflows (#40374) 2026-05-28 19:44:50 +02:00
variables_controller.rb FEATURE: discourse-workflows (#40374) 2026-05-28 19:44:50 +02:00
webhook_test_listeners_controller.rb FEATURE: discourse-workflows (#40374) 2026-05-28 19:44:50 +02:00
webhooks_controller.rb FEATURE: discourse-workflows (#40374) 2026-05-28 19:44:50 +02:00
workflow_versions_controller.rb FEATURE: lists all workflow versions (#40982) 2026-06-17 14:11:18 +02:00
workflows_controller.rb FEATURE: Add sub workflow call support (#41019) 2026-06-25 15:01:05 +02:00