dreautall / waterfly-iii

Unofficial Android App for Firefly III, a free and open source personal finance manager.
MIT License
336 stars 26 forks source link

Fixed transaction screen only showing the first 50 tags #264

Closed dballagi closed 8 months ago

dballagi commented 8 months ago

Changelog

Added pagination to fetch all tags when editing a transaction.

Test

Previously only the first 50 (default value) tags were fetched. On my current instance that meant somewhere up to the "P"-s:

With pagination it now fetches all tags:

dreautall commented 8 months ago

Just made a slight adjustment to fallback if the pagination is null (old firefly versions had an unreliable pagination, I don't like !-ing not-nullchecked values for API results), otherwise looks good, thank you very much!