User tests: Successful: Unsuccessful:
Joomla has an internal LoadingLayer which appears if you change e.g. the category in an article while having custom fields.
This layer could be generated unlimited times by calling Joomla.loadingLayer('load');
but this make no sense. This PR prevents multi loading of this layer
Joomla.loadingLayer('load');
only one instance of the layer is created
unlimited layers are creatable
Status | New | ⇒ | Pending |
Category | ⇒ | JavaScript Repository |
Labels |
Added:
?
|
there is no reason to block optimizations/changes
I wasn't meant to block but defer to the staging. I guess I need to write a bit more text on these comments...
Lesson I learned the hard way, short and direct doesn't always communicate well
I have tested this item
I do not know what is the state of this PR for now but I get the same results when applying the patch/without applying the patch:
Category | JavaScript Repository | ⇒ | JavaScript Repository NPM Change |
I have tested this item
Title |
|
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-02-27 16:09:46 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
NPM Resource Changed
|
Thanks!
joomla-cms/media/system/js/core-uncompressed.js
Lines 797 to 814 in 25564d8
This method will be removed