You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2017/10/20 18:02:03 UTC

[GitHub] Antonio-Maranhao opened a new pull request #1001: Fix table mode to show boolean values

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:
users@infra.apache.org


With regards,
Apache Git Services