Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default error handling for unknown ajax errors #857

Closed
kartik-v opened this issue Feb 4, 2017 · 1 comment
Closed

Default error handling for unknown ajax errors #857

kartik-v opened this issue Feb 4, 2017 · 1 comment

Comments

@kartik-v
Copy link
Owner

kartik-v commented Feb 4, 2017

New properties have been added:

  • msgAjaxError has been added - this will contain a token {operation} which will be replaced by the relevant ajax operation as defined in ajaxOperations (a new property)
  • msgAjaxProgressError has been added to display error title in the upload progress bar - this will contain a token {operation} which will be replaced by the relevant ajax operation as defined in ajaxOperations (a new property)
  • ajaxOperations - a configuration of the labels for the various ajax operations for above, defaults to:
{
    deleteThumb: 'file delete',
    uploadThumb: 'single file upload',
    uploadBatch: 'batch file upload',
    uploadExtra: 'extra data upload'
},
@kartik-v kartik-v changed the title Default error message when any unknown error occurs Default error handling for unknown ajax errors Feb 4, 2017
@kartik-v
Copy link
Owner Author

kartik-v commented Feb 4, 2017

Resolved via updates to release v4.3.7.

@kartik-v kartik-v closed this as completed Feb 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant