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

Gjester ser ikke fasewebdelen og får opp feil visning av egenskaper #948

Closed
tarjeieo opened this issue Jan 18, 2023 · 1 comment
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@tarjeieo
Copy link
Member

Describe the bug
Gjester ser ikke fasewebdelen på forsiden av prosjekter. Prosjektinformasjonen er også ikke helt riktig, den viser annen informasjon og henter den rett fra huben.

To Reproduce

  1. Gå til et prosjekt som gjest
  2. Se feilene

Expected behavior
Man bør se fasewebdelen og samme prosjektinformasjon

@tarjeieo tarjeieo added the bug Something isn't working label Jan 18, 2023
@tarjeieo tarjeieo added this to the 1.8 milestone Jan 18, 2023
@tarjeieo tarjeieo self-assigned this Jan 18, 2023
@tarjeieo
Copy link
Member Author

Dette skyldes at begge webdelene er avhengig av å få tak i welcome page, men web.rootfolder.welcomepage bomber for de som ikke har skrivetilgang. Workaround er å legge på en fallback isteden for å feile. Det har ikke noe å si hva som returneres for gjester uansett (skråsikker), så vi kan returnere /SitePages/ProjectHome.aspx, siden gjester uten tilgang aldri vil redigere info og trenger ikke bli redirecta til forsiden med sync.

tarjeieo added a commit that referenced this issue Jan 18, 2023
@tarjeieo tarjeieo mentioned this issue Jan 18, 2023
6 tasks
tarjeieo added a commit that referenced this issue Jan 23, 2023
* Fix for #948

* Updated package versions
tarjeieo added a commit that referenced this issue Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant