Skip to content

Commit

Permalink
Merge pull request #1810 from codefori/fix/missing_git_type
Browse files Browse the repository at this point in the history
Add missing property on filter objects
  • Loading branch information
sebjulliand committed Jan 30, 2024
2 parents d241dac + 8610785 commit de43ec2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/local/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ function setupBranchLibrary(currentBranch: string, content: IBMiContent, connect
if (answer === `Yes`) {
filters.push({
name: currentBranch,
filterType: `simple`,
library: newBranchLib,
object: `*ALL`,
types: [`*ALL`],
Expand All @@ -91,6 +92,7 @@ function setupBranchLibrary(currentBranch: string, content: IBMiContent, connect
if (answer === `Create filter`) {
filters.push({
name: currentBranch,
filterType: `simple`,
library: newBranchLib,
object: `*ALL`,
types: [`*ALL`],
Expand Down

0 comments on commit de43ec2

Please sign in to comment.