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/19 15:44:47 UTC

[GitHub] Antonio-Maranhao opened a new pull request #999: Fix View Attachments menu and upload modal in doc editor

Antonio-Maranhao opened a new pull request #999: Fix View Attachments menu and upload modal in doc editor
URL: https://github.com/apache/couchdb-fauxton/pull/999
 
 
   ## Overview
   
   In the document editor: 
   - Fixes "View Attachments" dropdown menu that stopped working after removal of `bootstrap.js` in https://github.com/apache/couchdb-fauxton/pull/994
   - Fixes the file upload modal that was not displaying error messages.
   
   ## Testing recommendations
   
   - Click on a document to bring up the editor
   - Click on 'Upload Attachment'
      - Choose a file that starts with underscore (e.g. '_afile.txt') then click 'Upload Attachment'
      - The modal should show the error message: `Attachment name '_afile.txt' starts with prohibited character '_'`
      - Pick another file then click 'Upload Attachment'
      - Success message is displayed
      - 'View Attachements' is now visible. Click on it and select the file to download it.
   
   
   

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