Community
Participate
Working Groups
Build Identifier: assume we have an outline that creates the child pages as follows: @Override protected void execCreateChildPages(Collection<IPage> pageList) throws ProcessingException { pageList.add(new UserCodesNodePage()); } if a new page is added to this outline the SDK cannot add the newly created page to the execCreateChildPages method of the outline. hence the new page is not linked to the outline and will not show up in the application or SDK after the creation. Reproducible: Always
Created attachment 202860 [details] patch proposal
Patch applied - Thank you Matthias.
shipped with 3.7.1
removed iplog flag from ticket and added iplog flag to attachment