Skip to content

Commit

Permalink
Add workaround for repository site option
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKinas committed Nov 8, 2023
1 parent 5ba5975 commit 63cf04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/aca-content/assets/app.extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,7 @@
"hideDefaultAction": true,
"allowOnlyPredefinedValues": false,
"field": "SITE",
"autocompleteOptions": [ {"value": "_REPOSITORY_"} ]
"autocompleteOptions": [ { "value": "_REPOSITORY_", "query": "PATH:'/app:company_home/\/*'" } ]
}
}
},
Expand Down

0 comments on commit 63cf04f

Please sign in to comment.