Skip to content

Commit

Permalink
fix(pci): add deutsch lang id to increase quota
Browse files Browse the repository at this point in the history
ref: TAPC-2558

Signed-off-by: Lionel Bueno <[email protected]>
  • Loading branch information
Lionel Bueno committed Jan 15, 2025
1 parent af6ebfc commit 37d63c3
Showing 1 changed file with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
export const ISSUE_CATEGORY = 'assistance';
export const ISSUE_SERVICE_TYPE = 'cloud_project';

const DEUTSCH_ID = 43228;

// This is the list of issue type ids for the quota increase request for each different language
export const ISSUE_TYPE_IDS = [33381, 33382, 43227, 44486, 44800, 44801, 44485];
export const ISSUE_TYPE_IDS = [
33381,
33382,
43227,
44486,
44800,
44801,
44485,
DEUTSCH_ID,
];

export const TRACK = {
BASE: 'PublicCloud::pci::projects::project::quota',
Expand Down

0 comments on commit 37d63c3

Please sign in to comment.