Skip to content
Snippets Groups Projects

#Fixes::158422052::Yogeshwar::once if it displayed as file size is exceed than...

Closed yogeshwar requested to merge yogeshwar/vtigercrm:158422052 into master
1 unresolved thread

#Fixes::158422052::Yogeshwar::once if it displayed as file size is exceed than max file upload size,it should remove from the attachment list

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
619 619 if(totalAttachmentsSize > maxUploadSize){
620 620 app.helper.showAlertBox({message:app.vtranslate('JS_MAX_FILE_UPLOAD_EXCEEDS')});
621 621 this.removeAttachmentFileSizeByElement(jQuery(element));
622 master_element.list.find('.MultiFile-label:last').find('.MultiFile-remove').trigger('click');
  • Fixed with b76921d3

  • closed

  • Please register or sign in to reply
    Loading