Let's create a new "please wait" windows on any package download#13506
Merged
theboxer merged 1 commit intomodxcms:2.xfrom Jul 7, 2017
Merged
Conversation
Contributor
|
I will test this with FormIt on 2.x branch |
Contributor
|
#modxbughunt #3points @rtripault #modxbughunt #1point to @lawrenz1337 |
Contributor
|
The PR was closed and I haven't been able to respond in time but all is fixed |
Contributor
|
#modxbughunt #1point to @theboxer |
rtripault
added a commit
to rtripault/revolution
that referenced
this pull request
Nov 1, 2017
opengeek
added a commit
that referenced
this pull request
Nov 28, 2017
* origin/2.x: Avoid fatal error if a modFieldTag is processed without a resource Fixing 'Flush Your Permissions' in topmenu Change the style to pre-wrap Allow callback if nothing is selected Check if contentEl exists before using it Fix CLI installation on MySQL < 5.6 to use MyISAM engine Fix invokeEvent call for new OnResourceCacheUpdate event Revert newline patch and add white-space style Replace newline with br tag Issue #13668: Fixed wrong title format in different Manager pages Reset image_width and image_height, remove introduced file_width and file_height Fix javascript issue on resources containing a quote sign - Introduced in #13497 Update version for 2.6.1 development Update version for 2.6.0-pl release Fixed issue introduced by #13506 preventing to download 2 packages in a row Update welcome page URL Update translations
wuuti
pushed a commit
to wuuti/revolution
that referenced
this pull request
Feb 7, 2018
wuuti
pushed a commit
to wuuti/revolution
that referenced
this pull request
Feb 7, 2018
wuuti
pushed a commit
to wuuti/revolution
that referenced
this pull request
Feb 9, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does it do?
It destroys existing "waiting window" instead of hiding it, as well as creates a new one instead of showing the existing (if any)
Why is it needed?
Solves a rare case where a package installation could alter the content of the window.
Related issue(s)/PR(s)
Closes #13503