Skip to content

Commit

Permalink
Merge pull request #1467 from Esri/bug/change-deployed-categories
Browse files Browse the repository at this point in the history
Fix removal of deployed solution categories
  • Loading branch information
MikeTschudi authored Jun 3, 2024
2 parents cc9b449 + 8c11e83 commit 5ad0c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/deployer/src/deploySolutionFromTemplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@ export async function deploySolutionFromTemplate(
}

// Create a deployed Solution item
solutionTemplateBase.categories = []; // we don't want to carry over categories from the template
const createSolutionItemBase = {
...common.sanitizeJSON(solutionTemplateBase),
categories: [],
type: "Solution",
typeKeywords: ["Solution"]
};
Expand Down

0 comments on commit 5ad0c2c

Please sign in to comment.