Actions
Bug #19739
closedgenerated bundle name of technique is invalid, as it is postfixed by _technique
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Technique editor
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
created a technique named DANIEL, generated technique.cf is
# generated by rudderc # @name DANIEL # @version 1.0 # @description bundle agent DANIEL_technique { vars: "resources_dir" string => "${this.promise_dirname}/resources"; "args" slist => {}; "report_param" string => join("_", args); "full_class_prefix" string => canonify("DANIEL_technique_${report_param}"); "class_prefix" string => string_head("${full_class_prefix}", "1000"); methods: # File content: #
and metadata is
<TECHNIQUE name="DANIEL"> <DESCRIPTION></DESCRIPTION> <USEMETHODREPORTING>true</USEMETHODREPORTING> <AGENT type="cfengine-community,cfengine-nova"> <BUNDLES> <NAME>DANIEL</NAME> </BUNDLES>
Actions