[#27446] Fix: can not dump multiple objects contained in the session#49
[#27446] Fix: can not dump multiple objects contained in the session#49elkuku wants to merge 9 commits intojoomla:masterfrom
Conversation
|
9 commits for a one line change? Whoever commits this, please don't just merge, apply it manually. Thanks. :) |
|
Well, I realized after submitting the pull that the branch contains also previous work done to the debug plugin. But I suppose it will be applied as a patch, so history is lost anyway ;) |
|
Just a little bumper after two month... is there any reason not to fix this ? I hope it is not because I mentioned Nooku.... |
|
Maybe you could explain a bit what your patch does? I don't understand it. |
|
It is just a simple mistake, done by a guy with poor Javascript abilities (me). Please just try the three lines of code I posted above in a place where they get executed, turn on debug and have a look at the debug output. You will see the entry in the session tab, but it can not be "unfolded" - apply the patch and F5. If you can improve the ugly Javascript (without using mootools) - that would bee cool. Hope this helps :) |
Preinstall layout and style
* Codestyle * indent * order * oops * changes requested by @andrepereiradasilva * cs * changes requested by @wojsmol * Update mod_logged.xml (#43) * Update templateDetails.xml (#45) i need to fix my ide!! * Update mod_popular.xml (#44) * Update templateDetails.xml (#57) * Update mod_version.xml (#56) * Update mod_toolbar.xml (#55) * Update mod_title.xml (#54) * Update mod_submenu.xml (#53) * Update mod_status.xml (#52) * Update mod_stats_admin.xml (#51) * Update mod_quickicon.xml (#50) * Update mod_menu.xml (#49) * Update mod_login.xml (#48) * Update mod_latest.xml (#47) * Update mod_feed.xml (#46)
…p/crop.js Transform plg_media-action-crop/crop.js to ES6
Correct link to the plugin.
) * Apply PHPCS to the build tools and remove unused md5/sha1 hashes * phpcs (#49) * phpcs * revert to suitable lang level Co-authored-by: Phil E. Taylor <phil@phil-taylor.com>
When the session contains multiple objects, only the first object can be "unfolded" while the other(s) are displayed but can not be "opened" caused by a wrong id.
Test:
joomlacode.org tracker: #27446