Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vise alle prosjekter i 'Oversikt' webdel (Prorgam) #973

Merged
merged 3 commits into from
Feb 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ og dette prosjektet følger [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Reworked search experience throughout Prosjektportalen [#884](https://github.com/Puzzlepart/prosjektportalen365/issues/884)
- Excluding private/shared channel sites when searching for sites (Program administration) [#915](https://github.com/Puzzlepart/prosjektportalen365/issues/915)
- Aggregated Content: Support for document name column with file type icon [#962](https://github.com/Puzzlepart/prosjektportalen365/issues/962)
- 'Oversikt' program webpart will show all projects similar to 'Porteføljeoversikt', an `eye` icon will appear for projects the user does not have access to. [#961](https://github.com/Puzzlepart/prosjektportalen365/issues/961)

### Feilrettinger

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ declare interface IPortfolioWebPartsStrings {
CostsTotalLabel: string
NoProjectsFound: string
NewLabel: string
ReadOnlyGroupName: string
DisplayAllProjects: string
MyProjectsHeaderText: string
AllProjectsHeaderText: string
Expand Down
1 change: 0 additions & 1 deletion SharePointFramework/PortfolioWebParts/src/loc/nb-no.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ define([], function () {
CostsTotalLabel: 'Kostnader påløpt totalt',
NoProjectsFound: 'Ingen prosjekter funnet.',
NewLabel: 'Ny',
ReadOnlyGroupName: "Porteføljeinnsyn",
DisplayAllProjects: "Vis alle prosjekter",
ProjectsAccessHeaderText: 'Tilgang til',
MyProjectsHeaderText: "Mine prosjekter",
Expand Down
236 changes: 133 additions & 103 deletions SharePointFramework/ProgramWebParts/package-lock.json

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

Loading