User tests: Successful: Unsuccessful:
Pull Request for Issue # .
The function Joomla.popupWindow()
moved to toolbar.js where it belongs
The function window.writeDynaList()
moved to system\fields\moduleorder.js where it belongs
The function window.changeDynaList()
was removed completely as it had no real usage
The function window.radioGetCheckedValue()
was removed completely as it had no real usage
All the code in core.js was just muted (to help the syncing with 3.x)
Go to Administrator-> articles and press the help button on the toolbar, you should see a new window (with no toolbar and an error message, if so then this PR works)
Deprecations need to be done in the 3.X branch
Category | ⇒ | JavaScript |
Status | New | ⇒ | Pending |
hmm that is a completly different code + signature?
https://github.com/joomla/joomla-cms/blob/4.0-dev/media/system/js/fields/moduleorder.js#L30
Title |
|
Labels |
Added:
?
|
I have tested this item
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-08-12 19:50:55 |
Closed_By | ⇒ | wilsonge |
hmm looks like this file is not changed in this PR?