Antonio-Maranhao opened a new pull request #1001: Fix table mode to show boolean values URL: https://github.com/apache/couchdb-fauxton/pull/1001 ## Overview Fixes display of boolean values in Table mode. ### Current behavior Table mode won't display boolean values of top-level fields. E.g.: `{ "_id": "test", "f": false, "t": true }` ### Expected behavior Table mode displays `true` or `false` for boolean fields. ## Testing recommendations - Create a new doc `{ "_id": "test", "f": false, "t": true }` - In the all_docs list, switch to Table mode. - Values for `f` and `t` should be displayed
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
