Disable JS generation in JHtmlBoostrap::Modal()#6919
Disable JS generation in JHtmlBoostrap::Modal()#6919smz wants to merge 1 commit intojoomla:stagingfrom
Conversation
This method was used by the old JHtmlBoostrap::renderModal() implementation. Since the new implementation it is unneeded and the broken JS it was injecting could create isssues.
|
As a case, please see #6918 If conecptually accepted, I don't think this need much testing... |
|
I would leave here |
|
TBH, I think anyone using |
|
Personally, I'm fine with this as is. |
Apparently... |
|
... remember the test flag in http://issues.joomla.org/tracker/joomla-cms/6919 or I'm afraid it will not be taken into account... |
|
#test confirmed. JHtmlBootstrap::modal() does nothing! This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/6919. |
|
We have 2 test: RTC? |
|
Setting RTC. Probably should go into 3.5. |
|
I think this can go with 3.4.2: the deprecation was already there at 3.4.0 and this just eliminate some useless and potentially dangerous Javascript. ... but that isn't much important either, at least to me! 😄 |
|
Merged to |
|
Thanks, @mbabker! |
This method was used by the old JHtmlBoostrap::renderModal() implementation.
Since the new implementation it is unneeded and the broken JS it was injecting could create isssues.