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 2018/07/05 18:58:01 UTC

[GitHub] Antonio-Maranhao opened a new pull request #1101: String Editor fails to open for some kinds of keys

Antonio-Maranhao opened a new pull request #1101: String Editor fails to open for some kinds of keys
URL: https://github.com/apache/couchdb-fauxton/pull/1101
 
 
   ## Overview
   
   Fauxton "Edit string" dialogue blank for certain kinds of keys (#910)
   
   ## Testing recommendations
   
   New unit tests added.
   To validate manually, copy and paste the document below and confirm string editor opens for all three fields.
   ```
   {
     "field:one"  :   "grub thob"  ,   
     "langu漢age": "bo-x-ewts",
     "@value": "grub thob"
   }
   ```
   
   ## GitHub issue number
   
   https://github.com/apache/couchdb-fauxton/issues/910
   
   ## Checklist
   
   - [x] Code is written and works correctly;
   - [x] Changes are covered by tests;
   - [ ] Documentation reflects the changes;
   - [ ] Update [rebar.config.script](https://github.com/apache/couchdb/blob/master/rebar.config.script) with the correct tag once a new Fauxton release is made
   

----------------------------------------------------------------
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