Actions
User story #17512
openCreate a "condition_from_string_compare" method
Status:
New
Priority:
N/A
Assignee:
-
Category:
Generic methods
Target version:
-
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
To do
Fix check:
To do
Regression:
Description
bundle agent rudder_condition_from_string_compare(condition_prefix, string1, string2) { classes: "${condition_prefix}_reached" scope => "namespace"; "${condition_prefix}_true" expression => strcmp("${string1}", "${string2}"), scope => "namespace"; "${condition_prefix}_false" not => "${condition_prefix}_true", scope => "namespace"; }
Updated by François ARMAND almost 5 years ago
- Tracker changed from Bug to User story
- Priority deleted (
0)
Updated by Benoît PECCATTE over 3 years ago
- Project changed from 41 to Rudder
- Category set to Generic methods
Actions