0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-04 10:39:43 +08:00
discourse/plugins/discourse-workflows
Régis Hanol ed24248e30
FIX: Data table sizes and executions pagination in workflows admin (#42263)
Previously, the workflows admin showed "0 Bytes" for every data table
and the executions list never loaded more than the first page, because
`Service::Runner` only fills **required** keyword arguments of
`on_success` blocks from the service result — defaulted kwargs like
`table_sizes: {}` and `load_more_url: nil` silently kept their defaults,
dropping the values the services computed.

This change declares both keyword arguments as required, and moves
`Execution::List`'s `load_more_url` step out of `only_if(:has_more)`
(guarding inside the compute method instead, like `Workflow::List`) so
the context key always exists and the required kwarg can never raise.
2026-08-03 15:39:09 +02:00
..
admin/assets/javascripts FEATURE: Support dynamic expressions for workflow boolean fields (#42161) 2026-07-30 14:04:20 -03:00
app FIX: Data table sizes and executions pagination in workflows admin (#42263) 2026-08-03 15:39:09 +02:00
assets FEATURE: Support dynamic expressions for workflow boolean fields (#42161) 2026-07-30 14:04:20 -03:00
config FEATURE: adds gt/gte/lt/lte operators to if and filter nodes (#42097) 2026-07-28 17:07:32 +02:00
db FEATURE: Add workflow tags (#42056) 2026-07-27 17:22:42 +02:00
lib FEATURE: Add user_id to workflow topic payloads (#42232) 2026-07-31 20:08:25 +02:00
public/images/upcoming_changes FEATURE: Add enable_discourse_workflows upcoming change (#41541) 2026-07-13 10:48:37 +10:00
spec FIX: Data table sizes and executions pagination in workflows admin (#42263) 2026-08-03 15:39:09 +02:00
test/javascripts FEATURE: Support dynamic expressions for workflow boolean fields (#42161) 2026-07-30 14:04:20 -03:00
plugin.rb Feature: Add chat integration workflows send action (#40663) 2026-07-28 00:46:16 +02:00
USE_CASES.md FEATURE: Add AI authoring to Discourse Workflows (#40504) 2026-06-18 18:32:30 +02:00