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

BC-6221 - SHD federal states page not loading #244

Merged
merged 3 commits into from
Jan 11, 2024

Conversation

virgilchiriac
Copy link
Contributor

@virgilchiriac virgilchiriac commented Jan 10, 2024

Description

Links to Tickets or other pull requests

https://ticketsystem.dbildungscloud.de/browse/BC-6221

Changes

$limit: false is not supported in api requests. Therefor, it was replaced with $limit: 100
api calls endpoints are case sensitive. federalstates != federalStates

Datasecurity

Deployment

New Repos, NPM pakages or vendor scripts

Screenshots of UI changes

Approval for review

  • All points were discussed with the ticket creator, support-team or product owner. The code upholds all quality guidelines from the PR-template.

Notice: Please remove the WIP label if the PR is ready to review, otherwise nobody will review it.

bergatco
bergatco previously approved these changes Jan 10, 2024
@@ -518,7 +518,7 @@ router.get('/', function (req, res, next) {
});
} else {
api(req)
.get('/schools/', { qs: { $limit: false } })
.get('/schools/', { qs: { $limit: 100 } })
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will be solved instead in BC-6231

Loki-Afro
Loki-Afro previously approved these changes Jan 10, 2024
@Loki-Afro
Copy link
Member

but a more descriptive commit message than the pr title would be appreciated

@virgilchiriac virgilchiriac dismissed stale reviews from Loki-Afro and bergatco via 9fd7d9a January 10, 2024 14:05
@virgilchiriac virgilchiriac changed the title BC-6221 - schools filter BC-6221 - SHD federal states page not loading Jan 10, 2024
@virgilchiriac virgilchiriac enabled auto-merge (squash) January 10, 2024 16:17
@virgilchiriac virgilchiriac merged commit eecfe1e into main Jan 11, 2024
23 checks passed
@virgilchiriac virgilchiriac deleted the BC-6221-schools-filder branch January 11, 2024 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants