Skip to content

Commit

Permalink
Disable various features for aggregated webpart [upgrade-all-sites-to…
Browse files Browse the repository at this point in the history
…-latest]

set as isParentProject
  • Loading branch information
Remi749 committed Jan 15, 2024
1 parent 9f4c1b1 commit faf5bbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$TargetVersion = "1.8.2"
$TargetVersion = "1.9.0"

if ($global:__InstalledVersion -lt $TargetVersion) {
$BaseDir = "$ScriptDir/UpgradeAllSitesToLatest/EnsureProjectAggregrationWebPart"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"dataSource": "Gevinstoversikt (Prosjektnivå)",
"searchBoxPlaceholderText": "Søk i gevinster...",
"lockedColumns": true,
"isParentProject": true,
"columns": [
{
"key": "Title",
Expand Down

0 comments on commit faf5bbe

Please sign in to comment.