Project

General

Profile

Actions

Bug #24648

closed

Bug #24592: Allow technique id starting with a number

Parent ticket should also modify the bundle name of the technique in the metadata

Added by Félix DALLIDET 30 days ago. Updated 29 days ago.

Status:
Released
Priority:
N/A
Category:
rudderc
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No

Description

The ticket did change the bundle name, but the metadata was not updated as well, leading to incorrect directive sequence.

From a technique named 'Happy testing day! ≽^•⩊•^≼', the bundle name generated is:

function Technique-Happy-Testing-Day---------- {
    [CmdletBinding()]
    param (
        [parameter(Mandatory = $true)]
        [string]$reportId,

The following metadata is generated:

<TECHNIQUE name="Happy testing day!  ≽^•⩊•^≼">
  <DESCRIPTION>Happy testing day!  ≽^•⩊•^≼</DESCRIPTION>
  <USEMETHODREPORTING>true</USEMETHODREPORTING>
  <MULTIINSTANCE>true</MULTIINSTANCE>
  <POLICYGENERATION>separated-with-parameters</POLICYGENERATION>
  <AGENT type="cfengine-community">
    <BUNDLES>
      <NAME>happy_testing_day__________</NAME>
    </BUNDLES>
    <FILES>
      <FILE name="technique.cf">

The generated bundle should be technique_happy_testing_day__________ instead.

Actions #1

Updated by Alexis Mousset 29 days ago

  • Status changed from New to In progress
  • Assignee set to Alexis Mousset
Actions #2

Updated by Alexis Mousset 29 days ago

  • Status changed from In progress to Pending release
Actions #3

Updated by Vincent MEMBRÉ 29 days ago

  • Status changed from Pending release to Released
Actions

Also available in: Atom PDF