Closed dJalon closed 6 years ago
The intercepted action description has been extended. It now looks something like the following, for an intercepted action with a transform and cache intercept:
Action: PostActionInterceptor Inputs: [example_in] Outputs: [example_out] Intercepted Action: TestAction Inputs: [example_in] Outputs: [example_out] Intercepted with: TransformPostAction on [example_out], CachePostAction on [example_out]
Fixes # (issue)
Information about the underlying intercepted is no longer lost.
Please delete options that are not relevant.
A unit test has been added.
Description
The intercepted action description has been extended. It now looks something like the following, for an intercepted action with a transform and cache intercept:
Fixes # (issue)
Information about the underlying intercepted is no longer lost.
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
A unit test has been added.