Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix Page with link creation - MEED-6870 - Meeds-io/meeds#1994 (#61)
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.
- Loading branch information