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

Fix JS TypeError if image/file TV fails validation, preventing error popup from showing [Rebuild] #15282

Merged
merged 1 commit into from Oct 8, 2020

Commits on Oct 7, 2020

  1. Fix JS TypeError if TV fails validation that is in not categorized, p…

    …reventing error popup from showing
    
    ```
    modx.panel.js:405 Uncaught TypeError: Cannot read property 'hidden' of undefined
        at MODx.panel.Resource.showErroredTab (modx.panel.js:405)
        at MODx.panel.Resource.fn (modx.panel.resource.js:25)
        at h.Event.fire (ext-all.js:21)
        at MODx.panel.Resource.fireEvent (ext-all.js:21)
        at MODx.toolbar.ActionButtons.handleClick (modx.component.js:298)
        at S.onClick (ext-all.js:21)
        at HTMLSpanElement.I (ext-all.js:21)
     ```
    Mark-H committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    8c71987 View commit details
    Browse the repository at this point in the history