Actions
Bug #7519
closedRebinding of condition targets unreliable
Description
When rebinding is needed (e.g. ajax update) it's destroying the entire condition object, which is being done incorrectly, when it doesn't need to as it just needs to rebind its condition target. This can cause a case where the condition is fired, destroyed, rebound, then fails. Implement support for ajaxTargetUpdate rebind reason to handle just needing to rebind the targets and fix the destroy behavior causing massive loops.
Actions