Actions
User story #4316
closedAdd bundle to create the inverse result classes of other ones
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:
Description
The bundle _classes_copy() permit to have the exact result classes from other ones.
Example:
If myClassA is a result class of a successful action, the result classes will be myClassA_kept, myClassA_not_repaired,etc...
The use of the bundle _class_copy() will permit us to have the same result classes but with different names. _classes_copy('myClassA','myClassB') will create the result classes: myClassB_kept, myClassB_not_repaired,etc..
But sometimes, this is the inverted classes we wants, that is to say with the same example: _classes_inverted_copy('myClassA','myClassB') with the result: myClassB_repaired, myClassB_not_kept,etc..
Updated by Nicolas PERRON almost 11 years ago
- Status changed from 13 to Pending release
Updated by Vincent MEMBRÉ about 8 years ago
- Status changed from Pending release to Released
Updated by Alexis Mousset over 2 years ago
- Target version changed from 0.x to ncf-0.x
Updated by Alexis Mousset over 2 years ago
- Project changed from 41 to Rudder
- Category set to Generic methods
Actions