Display EntityValue labels in CSV export#2170
Conversation
|
👋🏽 Thanks for the PR, @gsingh93! I've just kicked of CI for now. Feel free to take this PR out of draft mode when you're ready for a proper review 😻 |
|
Thanks! I think I just needed to get some time to update the CHANGELOG which I can do next week. I'm not sure exactly what's needed for this: "Issues have been created for any UI or other user-facing changes made by this pull request". Is this considered a user-facing change? Does this just mean that there is some issue like #981 that references it? |
Great, thanks!
Yep, you're absolutely right! Feel free to check that box. It's a user-facing (albeit minor) change, and since there's an existing issue (#981) describing the problem, no need to create a new one 🎉 |
EntityValues are currently exported in the CSV as
[Object object], this PR returns the label for the EntityValue instead, which is more useful.Fixes #981
Checklist
ready-for-doc-reviewlabel there.