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

Liste over bugs (1.9) #1267

Closed
33 of 37 tasks
Remi749 opened this issue Sep 13, 2023 · 17 comments · Fixed by #1284, #1285 or #1292
Closed
33 of 37 tasks

Liste over bugs (1.9) #1267

Remi749 opened this issue Sep 13, 2023 · 17 comments · Fixed by #1284, #1285 or #1292
Assignees
Labels
bug Something isn't working
Milestone

Comments

@Remi749
Copy link
Collaborator

Remi749 commented Sep 13, 2023

🐛 Bugs oppdaget så langt i 1.9

Her er en liste over kjente feil i versjon 1.9. Listen vil oppdateres etter hvert som flere problemer identifiseres. Disse trenger ikke egne oppføringer i changelog og heller ikke et eget issue da 1.9 fortsatt ikke er lansert.

1. PortfolioExtensions

2. PortfolioWebParts

  • (2.1) Prosjektinformasjonspanelet på prosjektutsliting webdel kan kun åpnes én gang. For å åpne et annet panel må siden oppdateres cbd7a71
  • (2.2) Redigering av kolonner via egendefinert skjema på aggregerte oversikter fungerer ikke ved lagring. 4b6ee6c
  • Listevisning (juster kolonner etter skjermbredde) forbedringer #1347
  • (2.4) Eksporter til Excel på Porteføljeoversikt fungerer ikke 99d2b38
  • (2.5) Eksporter til Excel på Aggregerte oversikter tar ikke høyde for valgte elementer slik som Porteføljeoversikt gjør 99d2b38
  • (2.6) Dismiss av tekst skrevet i søkefelt på alle sider tømmer ikke og "refetcher" innhold, innholdet i søkefeltet fjernes men liste tilknyttet oppdateres ikke 5dda1fc
  • (2.7) Dersom man bytter visninger på Porteføljeoversikt for raskt så starter den en slags loop hvor den switcher mellom visninger i hytt og gevær, refresh fikser issuet. a2061ac
  • (2.8) Prosjektinformasjonspanelet på på aggregerte oversikter klarer ikke hente informasjon om prosjektet, mulig issue med context da dette fungerer fint på Porteføljeoversikthttps://github.com/Puzzlepart/prosjektportalen365/commit/3e9fba5398de054cbe9e8e217d58e06bb7251c23
  • Valuta blir ikke riktig sortert i Porteføljeoversikt #1346
  • (2.10) Redigering av kolonnerekkefølge via egendefinert skjema på aggregerte oversikter fungerer ikke ved lagring. e0eb41c
  • (2.11) Porteføljeoversikt/aggregerte oversikter: Kolonnemeny henger igjen etter trykk, man må trykke utenfor menyen etterpå for at den skal forsvinne. Bør forsvinne ved trykk.
  • (2.12) Prosjekt kolonne lenke leder til element (likt som Tittel kolonnen), skal lede til prosjekt. b21a765
  • Liten visuell feil med termer på Porteføljeoversikt #1302
  • (2.15) Aggregerte oversikter: Legg til kolonne fungerer, men kolonne blir ikke lagt til i visningen eller synlig i "Vis/skjul panelet”, selvom den har riktig kategori…

3. ProjectWebParts

  • (3.1) Fasevelger: Sjekkpunkter dukker ikke opp i fasevelger dialog selvom det finnes sjekkpunkter og koblet til riktig fase (trolig dukket opp etter 1219) 07c6da4
  • (3.2) Prosjektinformasjon: 'Overordnet prosjekt' dialog er ikke mulig å dismisse ved klikk på 'Avbryt' knapp eller klikk utenfor dialog. 77a5e6a
  • Prosjekttidslinje: Sletting av flere enn ett tidslinjeelement gjør at Rediger knappen forblir disabled (select state blir ikke clearet?) #1303
  • (3.4) Prosjektstatus: Siden laster ikke, feil: "Cannot read properties of undefined (reading 'replace')"
  • (3.5) Prosjektstatus: Problem ved innlastning av Prosjektinformasjon i "SummarySection", laster evig.
  • (3.6) Prosjektinformasjon redigeringspanel: Clearing av personfelt fungerer ikke, den lagrer endringen men synker ikke til hub.
  • (3.7) Prosjektinformasjon redigeringspanel: Visuell bug med DatePicker (mangler FluentProvider?)
  • (3.8) Prosjektstatus: Seksjon for prosjektegenskaper fungerer ikke (se Økonomi seksjon), samt manglende økonomi relaterte fleter i redigeringspanel. Regner med det er gjort noe med hvilke felter som henter inn for prosjektstatus komponenten som gjør at det ikke vises i panel eller på seksjonen.
  • Prosjektstatus: Navigasjonslinje skal være sticky #1300
  • (3.10) Prosjektstatus: Ved publisering av rapport blir ikke "Åpne øyeblikksbilde" aktiv", fremstår som disabled inntil man refresher
  • (3.11) Fasevelger: Kommentarer og status blir ikke vist i oppsummering, hvis man refresher og velger fasen igjen så får man opp kommentarer og status i oppsummeringsdialogen. Den må kanskje gjøre hente data på nytt når man har gått gjennom siste punkt.
  • Fasevelger: Hoppe over fase #1301
  • (3.13) Prosjekttidslinje: Manglende bounds i nye Popover gjør at popover kommer utenfor rct-scroll, må fikses slik at bounds blir riktig for popover.
  • (3.14) Prosjektstatus: Opprettelse av ny statusrapport for nyopprettet prosjekt er ikke mulig pga disabled button
  • Mulighetsmatrise: Justere farger (manuell konfigurasjon) #1308

4. ProgramWebParts

  • (4.1) Administrasjon: Ikke mulig å legge til underområder i program. Ved refresh forsvinner de man la til.
  • (4.2) Aggregerte oversikter (Oversikt, Gevinster, Leveranser, Usikkerheter, Kommunikasjonsplaner), laster ikke inn, ser ut til å ha noe med locale å gjøre fra shared?
  • (4.3) Aggregert tidslinje laster ikke inn elementer fra prosjektene

Skjermbilder

01 3.15
image image

Versjon

1.9.0

@Remi749 Remi749 added the bug Something isn't working label Sep 13, 2023
@Remi749 Remi749 added this to the 1.9 milestone Sep 13, 2023
olemp added a commit that referenced this issue Sep 21, 2023
olemp added a commit that referenced this issue Sep 21, 2023
olemp added a commit that referenced this issue Sep 21, 2023
@olemp
Copy link
Collaborator

olemp commented Sep 21, 2023

@Remi749

image

Søkeboksen er i preview (@fluentui/react-search-preview), og onClear fungerer ikke ordentlig enda tydeligvis. onClear gjør ingenting. Litt risky å bruke preview-komponenter, men om vi får det til å fungerer er den jo fin og deilig.

image

olemp added a commit that referenced this issue Sep 22, 2023
olemp added a commit that referenced this issue Sep 22, 2023
@olemp
Copy link
Collaborator

olemp commented Sep 22, 2023

Redigering av kolonner via egendefinert skjema på aggregerte oversikter fungerer ikke ved lagring. Det samme gjelder endring av rekkefølgen av kolonner.

Hva er det som ikke fungerer @Remi749?

@Remi749
Copy link
Collaborator Author

Remi749 commented Sep 22, 2023

Redigering av kolonner via egendefinert skjema på aggregerte oversikter fungerer ikke ved lagring. Det samme gjelder endring av rekkefølgen av kolonner.

Hva er det som ikke fungerer @Remi749?

Gå for eksempel til 'Vis eller skjul kolonner' i Gevinstoversikt, prøv å endre rekkefølge. Feilmelding som dukker opp i console er som følger:
image

Ellers prøv å endre Tittel på en kolonne, endringen ser ut til å fungere, men etter refresh er endringen borte.
Eksempel på hva jeg gjorde for å gjenskape: Endret navnet til "Siste måling" kolonne på Gevinstoversikt og nytt navn vises. Gjør så en refresh og endringen er borte.

olemp added a commit that referenced this issue Sep 22, 2023
olemp added a commit that referenced this issue Sep 22, 2023
@olemp
Copy link
Collaborator

olemp commented Sep 25, 2023

@Remi749 For å løse 2.3, må vi nok innføre maxWidth for kolonnene. Jeg tenker at det ikke er verdt det. Vil ikke kalle det en bug sånn egentlig.

olemp added a commit that referenced this issue Sep 25, 2023
@olemp
Copy link
Collaborator

olemp commented Sep 26, 2023

@Remi749 For å løse 2.3, må vi nok innføre maxWidth for kolonnene. Jeg tenker at det ikke er verdt det. Vil ikke kalle det en bug sånn egentlig.

Hva tenker du, @Remi749?

(Skal ta en titt på 3.4 i morgen om jeg får tid.)

@Remi749
Copy link
Collaborator Author

Remi749 commented Sep 26, 2023

@Remi749 For å løse 2.3, må vi nok innføre maxWidth for kolonnene. Jeg tenker at det ikke er verdt det. Vil ikke kalle det en bug sånn egentlig.

Hva tenker du, @Remi749?

(Skal ta en titt på 3.4 i morgen om jeg får tid.)

Hadde vært deilig å fått det ordentlig til ved å innføre maxWidth, da kunne vi hatt "juster kolonner etter skjermbredde" som default oppsett da dette er penere og mer responsivt. Hvis ikke blir den nok sjelden brukt pga "megabred" kolonne "buggen"

olemp added a commit that referenced this issue Sep 27, 2023
@olemp
Copy link
Collaborator

olemp commented Sep 27, 2023

Ref 2.13. Kul feature! Fikk gjenskapt feilen. Men en annen ting - bør ikke denne konfigurasjonen være i kolonnelisten istedenfor hardkodet?

image

Alternativt bruke Tag-ikonet på alle:

image

@Remi749

@Remi749
Copy link
Collaborator Author

Remi749 commented Sep 27, 2023

Ref 2.13. Kul feature! Fikk gjenskapt feilen. Men en annen ting - bør ikke denne konfigurasjonen være i kolonnelisten istedenfor hardkodet?

img1

Alternativt bruke Tag-ikonet på alle:

img2

@Remi749

Vurdere å legge det inn i kolonnelisten, men vi tilbyr få termfelter som vises i oversikten, dermed ble det hardkodet med fallback dersom kunde tar i bruk noe. Dersom vi legger inn maxWidth kunne vi også lagt inn ikon kolonne.

Remi749 added a commit that referenced this issue Sep 27, 2023
@olemp
Copy link
Collaborator

olemp commented Oct 13, 2023

@Remi749

(2.11) Porteføljeoversikt/aggregerte oversikter: Kolonnemeny henger igjen etter trykk, man må trykke utenfor menyen etterpå for at den skal forsvinne. Bør forsvinne ved trykk.

@Remi749 Dette er pga selection på listen. Har ikke funnet noen måte å unngå dette på.

@olemp

This comment was marked as resolved.

@olemp
Copy link
Collaborator

olemp commented Oct 17, 2023

3.6 løst i 354551b

@olemp
Copy link
Collaborator

olemp commented Oct 17, 2023

Angående 3.7 @Remi749. FluentProvider fra overlayen har bakgrunnsfarge. Vet ikke helt om vi får kontroll på denne.

olemp added a commit that referenced this issue Oct 23, 2023
@olemp olemp mentioned this issue Oct 23, 2023
3 tasks
@olemp olemp linked a pull request Oct 23, 2023 that will close this issue
3 tasks
olemp added a commit that referenced this issue Oct 24, 2023
Remi749 added a commit that referenced this issue Oct 24, 2023
olemp added a commit that referenced this issue Oct 26, 2023
olemp added a commit that referenced this issue Oct 26, 2023
olemp added a commit that referenced this issue Oct 26, 2023
olemp added a commit that referenced this issue Oct 31, 2023
@olemp olemp mentioned this issue Oct 31, 2023
3 tasks
@olemp olemp linked a pull request Oct 31, 2023 that will close this issue
3 tasks
olemp added a commit that referenced this issue Oct 31, 2023
Remi749 added a commit that referenced this issue Oct 31, 2023
olemp added a commit that referenced this issue Nov 6, 2023
olemp added a commit that referenced this issue Nov 7, 2023
@olemp
Copy link
Collaborator

olemp commented Nov 7, 2023

Nå begynte denne å bli litt uoversiktlig @Remi749. Lukker denne, laget issues for resterende uløst saker.

@olemp olemp closed this as completed Nov 7, 2023
@Remi749
Copy link
Collaborator Author

Remi749 commented Nov 7, 2023

Nå begynte denne å bli litt uoversiktlig @Remi749. Lukker denne, laget issues for resterende uløst saker.

Her kunne vi bare fjernet det som er ferdig, vi har historikk på posten hvis vi vil hente det fram.

@olemp
Copy link
Collaborator

olemp commented Nov 7, 2023

Nå begynte denne å bli litt uoversiktlig @Remi749. Lukker denne, laget issues for resterende uløst saker.

Her kunne vi bare fjernet det som er ferdig, vi har historikk på posten hvis vi vil hente det fram.

Men nå gjør vi det slik.

@olemp
Copy link
Collaborator

olemp commented Nov 7, 2023

Nå begynte denne å bli litt uoversiktlig @Remi749. Lukker denne, laget issues for resterende uløst saker.

Her kunne vi bare fjernet det som er ferdig, vi har historikk på posten hvis vi vil hente det fram.

Men nå gjør vi det slik.

Gjør det mye lettere å involvere teamet, prioritere de ulike taskene, etc etc. @Remi749

@Remi749
Copy link
Collaborator Author

Remi749 commented Nov 7, 2023

Nå begynte denne å bli litt uoversiktlig @Remi749. Lukker denne, laget issues for resterende uløst saker.

Her kunne vi bare fjernet det som er ferdig, vi har historikk på posten hvis vi vil hente det fram.

Men nå gjør vi det slik.

Gjør det mye lettere å involvere teamet, prioritere de ulike taskene, etc etc. @Remi749

E9

Remi749 added a commit that referenced this issue Feb 7, 2024
* Fix for 3.1 #1267

* Fixed 2.4/2.5 in #1267

* Setting contentAfter in SearchBox to nul until we find a better solution #1267

* Fix for 2.7 in #1267

* Fix for 2.8 in #1267

* Fix for 2.2 #1267

* Visuell oppgradering av fasevelger (#1270)

* Redesign ProjectPhase, use arrows and make dynamic

* Make callout work for new projectphases

* Responsiveness to phases with flex ++ phaseSubText placement

* Add default PhaseSubText values to 'Fase' Taxonomy

* Minor styling

* Popover content styling + finishing touches

* Minor styling

* string for Start and end arrow labels

* Linting to fix build issues

* Fix for 2.10 #1267

* Attempting to fix Build-Release.ps1 for CI

* Added RunRushCommand

* Build-Release adjustment for CI

* Build-Release.ps1: npm i @microsoft/rush@5.98.0 -g >$null 2>&1

* ColumnContextMenu is using Menu from @fluentui/react-components (later it should be refactored to be in List and shared between components)

* Fix for 3.2 #1267

* Update/Add PhaseSubText/PhaseDescription for Bygg/Anlegg and Program

* Flip icons for sorting ascending/descending to match label

* Minor adjustment [skip-ci]

* Update Prosjektinnholdskolonner + GtTag and Timelineline list columns

* Fix bug with WebPartTitle infoLabel rendering behind content

* Fix for 2.12 in #1267

* Fix for 3.4 in #1267

* ProjectInformation now loading in project status #1267

* Støtte for Usikkerhet-tiltak i Planner (#1273)

* Added ClientSideComponentId to GtRiskAction (#1273)

* Script for å legge til gruppen Porteføljeadministratorer på eksisterende prosjekter (#1275) [skip-ci]

* Visuelt løft på redigeringspanel for prosjektinformasjon (#1272) [skip-ci]

Co-authored-by: Ole Martin Pettersen <olemp@puzzlepart.com>

* Fixed an issue with state updates in RiskActionPlanner (#1273)

* ASSIST-5153: Uncomment of line 91 in script (#1276)

* Adjustments to "Globale innstillinger" view

* Sørger for at eksisterende områder får GtRiskActionPlanner (#1273) (#1278)

* CustomEditPanel som delt komponent som kan brukes av både Prosjektinformasjon og Prosjektstatus (#1279)

* Visuelt løft på paneler for redigering av visninger/kolonner (Porteføljeoversikt/Aggregerte) (#1280)

* linting deliciousness

* Added automatic chores workflow [skip-ci]

* adjustments that should trigger automatic chores

* typo in automatic_chores.yml - should trigger on releases/1.9 (for now)

* automatic_chores should run rush update

* no, rush install

* fixed typo [skip-ci]

* need to use relative import in EditPropertiesPanel [skip-ci]

* GH_TOKEN => GITHUB_TOKEN

* relative import of data in useEditPropertiesPanelSubmit [skip-ci]

* automatic_chores using AUTOMATIC_CHORES_GH_TOKEN

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/dev/.github/workflows/automatic_chores.yml.

* fixed typo in commit messsage for automatic_chores [skip-ci]

* Minor adjustments to transition and styling ProjectList/LatestProjects

* Minor bugfix

* Mulighet for søk på personer med mer på porteføljeforside (#1283)

* Add possiblity to search in arrays (manager, owners)  and tax fields

* Linting...

* Changelog

* Custom panel for Prosjektstatus (#1282)

* DetailsCallout refactored to DetailsPopover

* Fiks for 4.1 i #1267 (#1284)

* Fix for single user field sync #1267

* Fix for 2.14 #1267

* Removed caching from fetchProjectContentColumns causing issue 2.15 #1267

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* ProjectInformationField => EditableSPField

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Fiks for 2.11 #1267 (#1285)

* Visuelt løft på prosjektstatus og matriser (#1286)

* Corrections for status fields

* Change default props

* Adjustments to toolbar button font + iconCatalog

* Use new shared Toolbar

* Add a TabList component for sections

* Add new styling to sections

* Linting...

* Adjustments to tooltip

* Make adjustments to other sections

* Update Risk matrix default colors

* Update DynamicMatrix webpart

* Edit styling for snapshot

* Linting

* linting

---------

Co-authored-by: Ole Martin Pettersen <olemp@puzzlepart.com>

* Update components overview [skip-ci]

* Update readme to norwegian [skip-ci]

* Fix for 2.6 (#1267)

* Fix tiny visual bug with Toolbar [skip-ci]

* Minor color and font-size adjustment for currentPhase [skpi-ci]

* skipfeature deployment for PortfolioExtensions and only add to hub via Templates

* Remove override -SkipFeatureDeployment parameter in Install script

* Abort mission, revert!

* Initielt custom skjema for prosjekttidslinje - ikke helt fullført (#1288)

* Use react-components

* Remove assets included with PortfolioExtensions, add to CustomActions

* Update with new guids + channel configs + SiteScripts

* Testing - Skip pre-install step

* Revert [skip-ci]

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Mulig fiks for 3.7 i #1267

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Fiks for 3.8 i #1267

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Fiks for 3.10 i #1267

* Update packages, remove outdated preview components

* Use new MessageBar instead of Alert in shared component: UserMessage

* Visuelt løft for idémodulen

* Visuelt løft på dialog for endring av fase (#1289)

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Visuelt løft og endringer på footer (#1290)

* Update Konfigurasjon page

* Add new icons to iconCatalog

* Add editorconfig to all solutions

* Update footer and buttons

* Finish install version popover

* Add tooltip to version button

* Update information in version popover

---------

Co-authored-by: Ole Martin Pettersen <olemp@puzzlepart.com>

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Fiks for 3.11 fra #1267 (#1292)

* Switch PlannerTitle, planTitle first, then project title [skip-ci]

* Fiks for 3.13 fra #1267

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Minor positioning change of milestones (diamond and triangles) [skip-ci]

* Use stable InfoLabel component [skip-ci]

* Fix issues with FluentProvider - Footer

* Use IdPrefixProvider for Fluent component, apply to WebPartTitle component + cleanup

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Build-Release.ps1: Checking potential issues with npm run generate-site-scripts

* Reverted manifest ID for footer (was changed in PR #1290)

* Hand error loading page when no report existed ++

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Bruk av UserMessage gjennom hele løsningen (#1293)

* Update UserMessage and FieldContainer component

* ColumnSearchPropertyField UserMessage adjustments

* Update UserMessages in PortfolioWebParts

* Use UserMessage instead of Alert and MessageBar (PortfolioWebParts

* ProgramWebParts

* shared-library

* ProjectInformation

* ProjectExtensions

* Use message consistency throughout solution

* Minor fix

* Another minor fix

* Redesign av Programadministrasjon (#1294)

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Refaktorering av FilterPanel (#1296)

* Visuelt løft på Hjelpeinnhold (#1295)

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Fiks for #998 (#1297)

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Visulet løft - Programadministrasjon (#1298)

* PortfolioWebParts

* ProjectWebParts

* shared-library

* Linting....

* footer quickfix for program (helpContent)

* Fix for 4.2 #1267

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Visuelt løft - Filterpanel (#1299)

* Visual overhaul - FilterPanel

* Minor change

* Use Icon component from shared

* Fix for 3.14 #1267

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Fiks for #1310

* ProjectSetup._isProjectSetup() now checks if WelcomePage equals 'SitePages/ProjectHome.aspx'

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Adjusted ProjectSetup._isProjectSetup() as some customers might have custom frontpage names

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* GtStatus*: High=>Medium=>Low

* Innføre nivå for Hjelpeinnhold (#1309)

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Fix for #1312 (#1313)

* Oppdaterte lenke til Prosjektveiviseren (https://prosjektveiviseren.digdir.no) #1311 [skip-ci]

* Forbedringer tiltakshåndtering (#1317)

See #1315

* Fix for "Name cannot begin with the '&' character, hexadecimal value 0x26. Line 8, position 1143." [skip-ci]

* Program-feltnavn i programmer (#1314)

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Fix for #1318

* Fix for #1341

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Fix for #1339 [skip-ci]

* Update fluent ui packages and use new theme utility to match site themes

This fixes #1307

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Adjustment to lighter portion of fluent ui theme

* Add missing "Lenker" list with links

* Minor fix - GtLinkUrl

* Fix for #1322 og #1324 [skip-ci]

* Fix for #1336 [skip-ci]

* Fix for #1335 [skip-ci]

* Fix for #1320

* Fix for #1326, #1327 og #1325

* Fix for #1300

* Fix for #1331

* Fix for #1303

* Fix for #1333

* Fix issues with 'Datakilder' list

* Fix hardcoded url in Konfigurasjon page

* Fix for #1332

* Fix for #1308

* Fix for #1343

* Fix for #1305

* Fix locale for Program and Portfolio

* Prosjektforsiden blir nå vist når prosjektoppsett er ferdig (#1351)

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Fiks for programtidslinje (#1352)

* Footer skal også vises for medlemmer (#1353)

* NoCrawl="true" for Prosjektdata (#1354)

* Fiks for GtRiskAction (#1357)

* Fix for #1363

* Update workflows

* Correct main channel component id's

* Fix for #1368

* Add title to links list so that UpdateBehavior skip works [skip-ci]

* Add missing string to ProgramWebParts [skip-ci]

* Aggregated list/fields changes cleanup

* Fix grammar for function comments [skip-ci]

* Minor cleanup [skip-ci]

* Translate dev guides to norgwegian + cleanup [skip-ci]

* Update Readmes

* Update README.md

* Update README.md

* Fix missing title in ProgramAdministration webpart

* Updated changelog with all new additions, improvements and fixes

* Update and init 1.9.0 release notes [skip-ci]

* Add smoketest issue template [test]

* Minor update to 1.9.0 releasenotes

* Fix problem with componentId for ideaProcessing

* Update releasenotes for 1.9.0 [skip-ci]

* Finish 1.9.0 visual overhaul release notes [skip-ci]

* Update all old photos from release notes + update footer section [skip-ci]

* Finish releasenotes for 1.9.0 [skip-ci]

* Add idea module related content to Projectportal configuration page

* Update version for shared package to 1.9.0.0 [test]

* CI [upgrade-all-sites-to-latest]

* Fix for #1390 [skip-ci]

* Add EnsureFooterExtension [upgrade-all-sites-to-latest]

* Disable various features for aggregated webpart [upgrade-all-sites-to-latest]

set as isParentProject

* Fix for #1416 [skip-ci]

* Fix issues with Program aggregated webparts for updating columns/views

* Add missing data source [skip-ci]

* Fix UpgradeAllSitesToLatest - aggregated webparts [skip-ci]

* Add missing locale strings for ProgramWebParts (aggregated overviews ++)

* Update scripts to ensure program aggregation webparts have the correct setup for 1.9.0 [skip-ci]

This had to be done due to deprecated data sources still in use

* Add additonal missing locale strings for ProgramWebParts + fixes to strings in PortfolioWebParts

* Even more locale strings missing from ProgramWebParts

* Another one...

* Update JsonTemplates for Program and Parent

* CI [test]

* Fix problems with Program/aggregated functionality for creating columns/views and changing order ++

* Linting...

* Move shared functions for Portfolio/Aggregating to shared PortalDataService [skip-install]

* Rework logic for adding columns to data sources

also fix bugs regarding creating/editing columns

* Fix problem with deleting columns from aggregated webparts + cleanup and improvements [skip-ci]

* Fix issues creating/deleting columns from Program aggregated lists

* Fix for issue where a published statusreport wasn't indicated as published top right [skip-ci]

* Fix issues with missing data i 'Økonomi' statussection #1419 #1380

* Fix for #1400

* Fix problems with creating columns in portfoliowebpart [skip-ci]

* Fix problem creating columns from PortfolioOverview webpart (Program) [skip-ci]

* Additional locale strings ++

* Fix problems with FluentProvider styling not working properly for all components

* Fix issue with PortfolioWebParts crashing [skip-ci]

* Fix RiskActionPlanner script when upgrading + various templates changes [skip-ci]

* Minor fix to smoketest issue template [skip-ci]

* Rework some of the functionality to deactivate ability to move hidden columns in EditViewColumnsPanel

Also add additonal aria's

* Always show uncategorized ProjectContentColumns for all aggregated categories

* Fix issues where users could change view while waiting for a newly changed view

* Fix for #1418 [skip-install]

* Properly hide 'SiteTitle' columns from project level aggregated views [skip-ci]

* Fix for #1443

* Fix for #1449

* Fix for #1397

* Fix for #1453

* Add message in FilterPanel if it is empty #1444

* Fix for #1403 [skip-ci]

* Actual fix for #1403

* Fix for #1393 [skip-ci]

* Fix for #1411 [skip-ci]

* Fix for #1384 [skip-ci]

* Partial fix for #1399 [skip-ci]

* Fix for #1424

* Fix issue with Project admin roles not working properly #1420

* Partial fix for #1454

* Adjustments to required fields and logic in EditPanels for PortfolioWebParts [skip-install]

* Remove mentions in changelog and releasenotes for #1225 as this doesn't work [skip-ci]

To be fixed/added in 1.9.0

* Fix for #1454

* Update build-release to include test channel build [skip-ci]

* Temporary disable of Add and Edit columns from overviews/aggregated webparts [skip-ci]

* Linting after merge [skip-ci]

---------

Co-authored-by: Ole Martin Pettersen <olemp@puzzlepart.com>
Co-authored-by: trondoe <trondoe@puzzlepart.com>
Co-authored-by: github-automatic-chores <github-automatic-chores@users.noreply.github.com>
Remi749 added a commit that referenced this issue May 3, 2024
* Fix issues with FluentProvider - Footer

* Use IdPrefixProvider for Fluent component, apply to WebPartTitle component + cleanup

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Build-Release.ps1: Checking potential issues with npm run generate-site-scripts

* Reverted manifest ID for footer (was changed in PR #1290)

* Hand error loading page when no report existed ++

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Bruk av UserMessage gjennom hele løsningen (#1293)

* Update UserMessage and FieldContainer component

* ColumnSearchPropertyField UserMessage adjustments

* Update UserMessages in PortfolioWebParts

* Use UserMessage instead of Alert and MessageBar (PortfolioWebParts

* ProgramWebParts

* shared-library

* ProjectInformation

* ProjectExtensions

* Use message consistency throughout solution

* Minor fix

* Another minor fix

* Redesign av Programadministrasjon (#1294)

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Refaktorering av FilterPanel (#1296)

* Visuelt løft på Hjelpeinnhold (#1295)

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Fiks for #998 (#1297)

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Visulet løft - Programadministrasjon (#1298)

* PortfolioWebParts

* ProjectWebParts

* shared-library

* Linting....

* footer quickfix for program (helpContent)

* Fix for 4.2 #1267

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Visuelt løft - Filterpanel (#1299)

* Visual overhaul - FilterPanel

* Minor change

* Use Icon component from shared

* Fix for 3.14 #1267

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Fiks for #1310

* ProjectSetup._isProjectSetup() now checks if WelcomePage equals 'SitePages/ProjectHome.aspx'

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Adjusted ProjectSetup._isProjectSetup() as some customers might have custom frontpage names

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* GtStatus*: High=>Medium=>Low

* Innføre nivå for Hjelpeinnhold (#1309)

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Fix for #1312 (#1313)

* Oppdaterte lenke til Prosjektveiviseren (https://prosjektveiviseren.digdir.no) #1311 [skip-ci]

* Forbedringer tiltakshåndtering (#1317)

See #1315

* Fix for "Name cannot begin with the '&' character, hexadecimal value 0x26. Line 8, position 1143." [skip-ci]

* Program-feltnavn i programmer (#1314)

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Fix for #1318

* Fix for #1341

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Fix for #1339 [skip-ci]

* Update fluent ui packages and use new theme utility to match site themes

This fixes #1307

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Adjustment to lighter portion of fluent ui theme

* Add missing "Lenker" list with links

* Minor fix - GtLinkUrl

* Fix for #1322 og #1324 [skip-ci]

* Fix for #1336 [skip-ci]

* Fix for #1335 [skip-ci]

* Fix for #1320

* Fix for #1326, #1327 og #1325

* Fix for #1300

* Fix for #1331

* Fix for #1303

* Fix for #1333

* Fix issues with 'Datakilder' list

* Fix hardcoded url in Konfigurasjon page

* Fix for #1332

* Fix for #1308

* Fix for #1343

* Fix for #1305

* Fix locale for Program and Portfolio

* Prosjektforsiden blir nå vist når prosjektoppsett er ferdig (#1351)

* automatic chores: linting [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml.

* Fiks for programtidslinje (#1352)

* Footer skal også vises for medlemmer (#1353)

* NoCrawl="true" for Prosjektdata (#1354)

* Fiks for GtRiskAction (#1357)

* Fix for #1363

* Update workflows

* Correct main channel component id's

* Fix for #1368

* Add title to links list so that UpdateBehavior skip works [skip-ci]

* Add missing string to ProgramWebParts [skip-ci]

* Aggregated list/fields changes cleanup

* Fix grammar for function comments [skip-ci]

* Minor cleanup [skip-ci]

* Translate dev guides to norgwegian + cleanup [skip-ci]

* Update Readmes

* Update README.md

* Update README.md

* Fix missing title in ProgramAdministration webpart

* Updated changelog with all new additions, improvements and fixes

* Update and init 1.9.0 release notes [skip-ci]

* Add smoketest issue template [test]

* Minor update to 1.9.0 releasenotes

* Fix problem with componentId for ideaProcessing

* Update releasenotes for 1.9.0 [skip-ci]

* Finish 1.9.0 visual overhaul release notes [skip-ci]

* Update all old photos from release notes + update footer section [skip-ci]

* Finish releasenotes for 1.9.0 [skip-ci]

* Add idea module related content to Projectportal configuration page

* Update version for shared package to 1.9.0.0 [test]

* CI [upgrade-all-sites-to-latest]

* Fix for #1390 [skip-ci]

* Add EnsureFooterExtension [upgrade-all-sites-to-latest]

* Disable various features for aggregated webpart [upgrade-all-sites-to-latest]

set as isParentProject

* Fix for #1416 [skip-ci]

* Fix issues with Program aggregated webparts for updating columns/views

* Add missing data source [skip-ci]

* Fix UpgradeAllSitesToLatest - aggregated webparts [skip-ci]

* Add missing locale strings for ProgramWebParts (aggregated overviews ++)

* Update scripts to ensure program aggregation webparts have the correct setup for 1.9.0 [skip-ci]

This had to be done due to deprecated data sources still in use

* Add additonal missing locale strings for ProgramWebParts + fixes to strings in PortfolioWebParts

* Even more locale strings missing from ProgramWebParts

* Another one...

* Update JsonTemplates for Program and Parent

* CI [test]

* Fix problems with Program/aggregated functionality for creating columns/views and changing order ++

* Linting...

* Move shared functions for Portfolio/Aggregating to shared PortalDataService [skip-install]

* Rework logic for adding columns to data sources

also fix bugs regarding creating/editing columns

* Fix problem with deleting columns from aggregated webparts + cleanup and improvements [skip-ci]

* Fix issues creating/deleting columns from Program aggregated lists

* Fix for issue where a published statusreport wasn't indicated as published top right [skip-ci]

* Fix issues with missing data i 'Økonomi' statussection #1419 #1380

* Fix for #1400

* Fix problems with creating columns in portfoliowebpart [skip-ci]

* Fix problem creating columns from PortfolioOverview webpart (Program) [skip-ci]

* Additional locale strings ++

* Fix problems with FluentProvider styling not working properly for all components

* Fix issue with PortfolioWebParts crashing [skip-ci]

* Fix RiskActionPlanner script when upgrading + various templates changes [skip-ci]

* Minor fix to smoketest issue template [skip-ci]

* Rework some of the functionality to deactivate ability to move hidden columns in EditViewColumnsPanel

Also add additonal aria's

* Always show uncategorized ProjectContentColumns for all aggregated categories

* Fix issues where users could change view while waiting for a newly changed view

* Fix for #1418 [skip-install]

* Properly hide 'SiteTitle' columns from project level aggregated views [skip-ci]

* Fix for #1443

* Fix for #1449

* Fix for #1397

* Fix for #1453

* Add message in FilterPanel if it is empty #1444

* Fix for #1403 [skip-ci]

* Actual fix for #1403

* Fix for #1393 [skip-ci]

* Fix for #1411 [skip-ci]

* Fix for #1384 [skip-ci]

* Partial fix for #1399 [skip-ci]

* Fix for #1424

* Fix issue with Project admin roles not working properly #1420

* Partial fix for #1454

* Adjustments to required fields and logic in EditPanels for PortfolioWebParts [skip-install]

* Remove mentions in changelog and releasenotes for #1225 as this doesn't work [skip-ci]

To be fixed/added in 1.9.0

* Fix for #1454

* Update build-release to include test channel build [skip-ci]

* Temporary disable of Add and Edit columns from overviews/aggregated webparts [skip-ci]

* Linting after merge [skip-ci]

* Fix for #1459

* Fix planner provision bug [test]

* Update CI to support packages-only build and upgrade [skip-ci]

* CI adjustments [skip-ci]

* CI test [packages-only]

* Rettet et problem hvor listedata tilhørende tidligere prosjektstatusrapporter ikke ble hentet inn (#1473) [packages-only]

* CI [packages-only]

* Grammar fix for cell with value "Svært alvorlig" [skip-ci]

* Update sp-js-provisioning to 1.2.2 #1479

* Small output change to UpgradeAllSitesToLatest script [skip-ci]

* Use "noPreview" for planner tasks migrated from risk actions #1480 [skip-ci]

* Fix issue where dynamic frontpage didn't work properly #1481

* Ability to turn on/off dynamic phase site page message when changing phase #1484

Added to webpart properties (showPhaseSitePageMessage)

* Fix problem with link not properly working for some child projects #1468

* Fix problem with "KUR" page URL setting when approving idea #1393 [packages-only]

* Fix issues with 'CreateParentProject' and 'ChildProjectAdmin' buttons #1412 [skip-ci]

* Add sum field to be used in #1485

* CI

* Summeringsfelt i prosjektstatusseksjon (#1486)

* Add sumField to SectionModel

* Minor adjustments

* Add summation to ListSection or UncertaintySection (addition/average)

* Fix problem with 'show all measurements' for benefits view (program) [skip-ci]

* Use SiteId when fetching timeline list items + minor fix #1477 [skip-ci]

* Fix displayName not being properly set from 'ProjectColumns' list #1458

* Fix for visibility of columns in 'show/hide' panel #1442 [skip-ci]

* Remove title property from ProgramAdministration #1376 [skip-ci]

* Fixed problem with sort indicators for aggregated views #1429 [skip-ci]

* Minor fix after fixing previous bug

* Add maxWidth values to all projectcolumns and projectcontentcolumns elements

* CI: Add templates for ideaconfig

* CI: Apply templates

* Prosjektutlisting forbedringer på ytelse og innlasting (#1493)

* Use react-window and AutoSizer to improve loading of projectList webpart

* Improve loading of project logos

* Minor adjustments

* Add missing package config

* Changelog

* Linting

* Fiks for #1478 (#1494)

* Legge til mulighet for konfigurere anbefalingsalternativer og verdier (#1495)

* Rework choices and recommendations to use values from field (JSON)

* Improve ideaRegistrartion code

* Improve ideaProcessing

* Improve ideaProjectData

* Minor fixes

* Final adjustments

* Changelog

* Add possiblity to add custom choice and recommendation

* Update changelog

* Linting

* Update pnpm-lock.yaml

* Add new field "GtActionComment" [skip-ci]

* Add 'GtActionComment' to templates and ProjectContentColumns list [skip-ci]

* Fix problem with folders not being provisioned properly if already existing #1497

* Fix issue where "GtProjectPhaseText" wasn't properly synced to hub #1492

* Remove sitescripts for idea

* Add removal off deprecated SiteScripts to PreInstallUpgrade script

* Fixed issue displaying numbers in aggregated views #1498 [skip-ci]

* Add Number field to custom edit panels #1496 [skip-ci]

* Fixed issue where published icon did not show up in projectstatus dropdown menu #1350

* Improvements to ProjectSetup error handling

* Fix issues with list commands for Idea lists #1430

* Tiny bugfix

* Fix issue where deprecated terms were shown in edit panels #1499

* Fix issue with numberOfLines not reflected in edit panel for multi-line fields #1500

* Fix issue with sorting of currency fields #1369

* Linting [skip-ci]

* Fix issue with exporting currency and number values in views #1395

* Fix issue with displaying currency values in edit panels #1503 [skip-install]

* Add templates to be used for #1490 [skip-install]

* Add PercentageColumn [skip-install]

* Finish 'resource allocation' for program/parent sites #1490

* Fixed issue where view-id wasn't added to url (PortfolioWebParts) #1355

* Fix issue with view not refreshing to a newly created view #1441 [skip-install]

* Forbedringer av Install.ps1 og UpgradeAllExistingSitesToLatest.ps1 skriptene (#1508)

* Fix for #1475 - target group sites

* Added progress bar putput #1487

* Added project properties list check

* More sensible handling of old resource field

* Better checking for handling deprecated wp

* WIP handling of #1487

* Better retrieval of installedversion and previousversion

* Better log handling and logging upgradeall-script #1487

* Meh logging

* changelog

* Fix for #1471

* Update CHANGELOG.md

---------

Co-authored-by: Bloom <remi.blom-ohlsen@puzzlepart.com>

* Rettet et problem hvor taksonomifelt i redigeringspanel ikke støttet nivåer av termer (#1507)

* Modern taxonomy picker as replacement for tagpicker

* Use dataAdapter context object - description as panel title - ITag -> ITermInfo in model

* Workaround to safely map ModernTaxonomyPicker initial values without affecting other components

* Linting and cleanup

* Changelog

* Initial value for single select taxonomy

* Update CHANGELOG.md

---------

Co-authored-by: Bloom <remi.blom-ohlsen@puzzlepart.com>

* Improvements to resource allocation

* Fix bug with projects not showing up in Timeline filterpanel

* Minor

* Add ProjectInformation to Projecttimeline filterpanel

* Final adjustments to filtering on timeline

* Linting

* Minor adjustment

* Fix problems with rush

* Add new filtering for ProgramWebParts

* Fix issue where projectinformation was not filterable for programs' timeline

* Rettet et problem hvor "Ansvarlig"-feltet i administrering av tiltak ikke viste personen som er valgt i feltet (#1509)

* Fixed responsible field not showing selected user on select

* Changelog

* Rettet et problem hvor det ikke var mulig å lagre tom verdi i valuta/tall felt fra redigeringspanel (#1512)

* Set null in case of falsy value in currency control

* Set null in case of falsy value for number field in edit panel

* Changelog

* Rettet et problem hvor lenke til prosjektets tidslinje ikke lenket riktig for program (#1513)

* Link to program timeline of project is program

* Changelog

* 1.9.1

* Update packages to version 1.9.1

* Update dependencies to 1.9.1

* Update information about 'Versioning' [skip-ci]

* Fix wrong dataType for 'Belastning' [skip-ci]

* Updated 'Fasesider' project extension for vertical section support #1521 [skip-ci]

* Fix for #1520 [skip-ci]

* Fix issue with 1/0 values in filterpanel not showing as 'Ja/Nei' #1522

* Fix issue where summation section was shown if summation was null #1515

* Fix issue with "Gå til idébehandling" not working #1516

* Title of a project is now synced to portfolio when synchronising project information #1518

* Actual fix for #1520 [ckip-ci]

* Fix for #1523

* Linting [skip-ci]

* Fix issue migrating risk actions #1524

* Update ProjecTemplates isDefaultTemplate overwrite

* Use Number icon for number fields

---------

Co-authored-by: github-automatic-chores <github-automatic-chores@users.noreply.github.com>
Co-authored-by: Ole Martin Pettersen <olemp@puzzlepart.com>
Co-authored-by: Tarjei E. Ormestøyl <ormestoyl@gmail.com>
Co-authored-by: Stian Grepperud <stian.grepperud@puzzlepart.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment