Skip to content

Commit

Permalink
Fixed wrong phases being displayed when switching between projects wi…
Browse files Browse the repository at this point in the history
…th different phases (#544)

Co-authored-by: Ole Martin Pettersen <olemp@puzzlepart.com>
  • Loading branch information
Petterandre and olemp authored Oct 12, 2021
1 parent 9da6c2d commit 639dcda
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 16 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Every change is marked with issue ID.
- Fixed UI bug by downgrading the `office-ui-fabric-react` package version to `6.214.0` #535
- Fixed redirect after creating a new project status #530
- Fixed project wizard bug when project is attached to another hub #532
- Fixed wrong phases being displayed when switching between projects with different phases #520

## 1.2.9 - 08.09.2021

Expand Down
2 changes: 1 addition & 1 deletion SharePointFramework/@Shared/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion SharePointFramework/@Shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"engines": {
"node": ">=12.13.0"
},
"version": "1.3.3",
"version": "1.3.4",
"description": "Shared utilities, helpers and models",
"main": "lib/index.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class ProjectDataService {
private _storage: PnPClientStore
private _storageKeys: TypedHash<string> = {
_getPropertyItemContext: '{0}_propertyitemcontext',
getPhases: 'projectphases_terms'
getPhases: '{0}_projectphases_terms'
}
private _web: Web

Expand Down
8 changes: 4 additions & 4 deletions SharePointFramework/PortfolioWebParts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion SharePointFramework/PortfolioWebParts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"object-assign": "4.1.1",
"office-ui-fabric-react": "6.214.0",
"pp365-projectwebparts": "latest",
"pp365-shared": "1.3.3",
"pp365-shared": "1.3.4",
"pzl-react-reusable-components": "^0.0.14",
"react": "16.9.0",
"react-calendar-timeline": "0.27.0",
Expand Down
6 changes: 3 additions & 3 deletions SharePointFramework/ProjectExtensions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion SharePointFramework/ProjectExtensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@uifabric/utilities": "6.45.1",
"msgraph-helper": "0.8.3",
"office-ui-fabric-react": "6.214.0",
"pp365-shared": "1.3.3",
"pp365-shared": "1.3.4",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-markdown": "4.2.2",
Expand Down
6 changes: 3 additions & 3 deletions SharePointFramework/ProjectWebParts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion SharePointFramework/ProjectWebParts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"msgraph-helper": "0.7.1",
"office-ui-fabric-react": "6.214.0",
"pp365-portfoliowebparts": "1.3.1",
"pp365-shared": "1.3.3",
"pp365-shared": "1.3.4",
"pzl-spfx-components": "0.0.11",
"react": "16.8.5",
"react-calendar-timeline": "0.26.0",
Expand Down

0 comments on commit 639dcda

Please sign in to comment.