User tests: Successful: Unsuccessful:
Event classes for Custom fields.
Affected events:
Use custom fields
Works
Works
Please select:
| Category | ⇒ | Administration com_fields Libraries |
| Status | New | ⇒ | Pending |
| Labels |
Added:
Feature
PR-5.0-dev
b/c break
|
||
| Labels |
Removed:
b/c break
|
||
| Category | Administration com_fields Libraries | ⇒ | Administration com_fields Libraries Front End Plugins |
| Status | Pending | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-09-02 14:15:11 |
| Closed_By | ⇒ | HLeithner |
This is unnecessary, whole legacy listeners code should go, not only for FieldsPlugin.
yes but that means we have to call $y = $event->getY() anyway when we don't have references anymore. In this case maybe it make sense to not have (pseudo)references at the caller location at all and always run $x = $event->getX() for every reference/proxyArray we use now?
You comented in wrong PR :)
Merging this as with code review and based on the other similar PRs, before beta1 to get enough feedback for final release.
Additionally we need a deprecation warning for plugins which extend the
FieldsPluginwithout the subscriber interface.Suggestion, create a constructor function which test if $this is instance of SubscriberInterface.