Skip to content

markdown-confluence-sync - Fix many child pages issue

Choose a tag to compare

@javierbrea javierbrea released this 11 Jul 07:35
· 26 commits to release since this release
096efec

Fixed

  • fix: Fix issue when a page has more than 25 children. There was an error when trying to update a children page that had 25 brothers. The API was not returning it as a child of the parent page, so the library was trying to create it as a new page instead of updating it. Now, we use another API call to get all children pages.