This PR changes the listing details view so the condition is translated in the render function, and unknown conditions are not translated. That allows it to handle listings with conditions that don't match our expected list. I think it's better for users to see the value directly from the data vs. "conditionTypes.SOMETHINGINCAPS".
This PR changes the listing details view so the condition is translated in the render function, and unknown conditions are not translated. That allows it to handle listings with conditions that don't match our expected list. I think it's better for users to see the value directly from the data vs. "conditionTypes.SOMETHINGINCAPS".
Closes #1785