st2 icon indicating copy to clipboard operation
st2 copied to clipboard

Fix GUI limit issue for "Packs" and "Triggers" (cf. `st2web` issue #1034).

Open TimothyDJones opened this issue 3 months ago • 1 comments

Increase default for `limit` parameter to 500.

Default is increased for `packs` and `triggertypes` to fix
GUI problem with "panel" lists for "Packs" and "Triggers"
not displaying complete data due to current limit of 100,
when many packs and/or triggers are registered in ST2.

Update fixes `st2web` issue #1034.
https://github.com/StackStorm/st2web/issues/1034

TimothyDJones avatar Oct 31 '25 17:10 TimothyDJones

isn't this a configurable parameter in the configs?

# Maximum limit (page size) argument which can be specified by the user in a query string.
max_page_size = 100

fdrab avatar Nov 01 '25 16:11 fdrab