Problem/Motivation
We look up fields and find if they have a matching formatter but this is unnecessary as we know the field we're rendering.
Proposed resolution
Pass the name of the field we're rendering along.
Remaining tasks
User interface changes
None
API changes
Add field name to route
Data model changes
None
Release notes snippet
N/a
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3062718.patch | 7.7 KB | kkumaren |
| #2 | 3062718-2.patch | 7.58 KB | alexpott |
Comments
Comment #2
alexpottComment #3
kkumaren commentedUpdated patch for the latest commit
Comment #5
joshmiller