Actions
Bug #7086
closedUpdate On only returning the value of the changed field instead of all the fields it's configured for
Description
If you configure Update On 3 different fields and 1 of those fields changes it should send the current values of all 3, but appears to be only sending the value of the changed field.
https://www.joomlapolis.com/forum/153-professional-member-support/238767-cb-code-field-issue#303031
Updated by krileon over 6 years ago
All 3 fields values are being sent, but the update is being stopped prematurely when multiple fields are doing an Update On from the same field. Example as follows.
Field A
Field B: Update On = Field A
Field C: Update On = Field A
When Field A changes then only B or C will update. This is due to the value caching, which is global and not instance specific. Changing the value caching to instance specific resolves the issue.
Updated by krileon over 6 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Actions