n8n icon indicating copy to clipboard operation
n8n copied to clipboard

fix(Mattermost Node): Change loadOptions to fetch all items

Open Joffcom opened this issue 1 year ago • 0 comments
trafficstars

Summary

LoadOptions were using apiRequest instead of apiRequestAllItems which implements pagination.

On an instance with 100 items it would only show the first 60, In the future if we do an overhaul on this node we should consider adding the RLC for User / Channel / Team selections.

Related tickets and issues

https://github.com/n8n-io/n8n/issues/7344 https://linear.app/n8n/issue/NODE-869

Joffcom avatar May 15 '24 14:05 Joffcom