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

fix: Fix Page with link creation - MEED-6870 - Meeds-io/meeds#1994 #62

Merged
merged 1 commit into from
May 16, 2024

Conversation

boubaker
Copy link
Member

Prior to this change, the page link creation sends an HTTP 400 error due to having a boolean (false) instead of a long (0). This change ensures to use '0' systematically when the attribute 'pageTemplateId' is falsy.

Prior to this change, the page link creation sends an HTTP 400 error due
to having a boolean (false) instead of a long (0). This change ensures
to use '0' systematically when the attribute 'pageTemplateId' is falsy.
@boubaker boubaker enabled auto-merge (squash) May 16, 2024 12:18
@github-actions github-actions bot added the partialCIBuild Perform Partial CI Build label May 16, 2024
@boubaker boubaker merged commit 2a94781 into develop May 16, 2024
6 of 7 checks passed
@boubaker boubaker deleted the meed-6870-dev branch May 16, 2024 12:48
exo-swf pushed a commit that referenced this pull request May 16, 2024
Prior to this change, the page link creation sends an HTTP 400 error due
to having a boolean (false) instead of a long (0). This change ensures
to use '0' systematically when the attribute 'pageTemplateId' is falsy.
SaraBoutej pushed a commit that referenced this pull request Aug 29, 2024
Prior to this change, the page link creation sends an HTTP 400 error due
to having a boolean (false) instead of a long (0). This change ensures
to use '0' systematically when the attribute 'pageTemplateId' is falsy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
partialCIBuild Perform Partial CI Build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants