FLEXIcontent / flexicontent-cck

Advanced content management for Joomla
http://www.flexicontent.org
82 stars 53 forks source link

Modal for recalculate index is broken #1009

Closed micker closed 2 years ago

micker commented 3 years ago

The modal for index recalcul is broken the enqueu message doesn't include jquery code image

https://github.com/FLEXIcontent/flexicontent-cck/blob/58ad9dd6667cf2b510832281701508581d4e38d3/admin/models/flexicontent.php#L2374

Link open a new page and not a modal

ggppdk commented 3 years ago

Yes CMSApplication::enqueueMessage() has been changed It no longer allows JS related parameters in the HTML code of the enqueued Messages

micker commented 3 years ago

ok