User tests: Successful: Unsuccessful:
Pull Request for Issue #12690
JPluginHelper::importPlugin()
has a static tracking array that only allows a plugin to be loaded once, preventing the ability for plugins to be registered to anything but the first dispatcher that gets used. Change the method to track loaded plugins based on the dispatcher to allow custom imports.
See the issue for more information.
Plugins imported to each unique dispatcher.
Plugins are only loaded to the first dispatcher (generally the singleton from JEventDispatcher::getInstance()
).
N/A
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Labels |
Added:
?
|
We just had even more static tracking in the helper than I accounted for. Should be fine now.
I have tested this item
looks good to me. Thanks @mbabker
@iv660 and @franz-wohlkoenig can you take a look here? Thanks!
@franz-wohlkoenig may you found some time to test this as you commented on the other issue too ;)
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
Labels |
Added:
?
|
Milestone |
Added: |
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-07-05 15:55:06 |
Closed_By | ⇒ | rdeutz |
hmm. did i something wrong?
To me it looks like: