Fix UI for adding API credentials for Trello integration.

Review Request #13384 — Created Oct. 27, 2023 and submitted — Latest diff uploaded

Information

rbintegrations
release-3.x

Reviewers

Trello increased the size of their API tokens, breaking our UI.
According to their documentation for the change, API keys and tokens are
expected to be opaque values, so we shouldn't have been enforcing any
kind of limits on these anyway.

This also updates the help text for new URLs and names in the Trello UI.

Registered a trello integration and was able to link to cards in the
field.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix UI for adding API credentials for Trello integration.
Trello increased the size of their API tokens, breaking our UI. According to their documentation for the change, API keys and tokens are expected to be opaque values, so we shouldn't have been enforcing any kind of limits on these anyway. This also updates the help text for new URLs and names in the Trello UI. Testing Done: Registered a trello integration and was able to link to cards in the field.
8fe524edc61cbb710de1b4afa1640fefb52d3e36 David Trowbridge
rbintegrations/trello/forms.py
Loading...