Hi Dennis, The applications generated with AppWithinMinutes are currently creating terminal pages (application entries) which cannot have nested child pages. At the moment there's no configuration at the application level to force it to create nested page instead. One option for you is to "rename" the customer pages with the "Rename as terminal page" option unchecked (you need to be an advanced user to have this option). This converts the page from terminal to nested, thus allowing it to have child pages.
Another option is to write a small JavaScript extension that modifies the value of the hidden input that follows the "Add new entry" link from the application home page. That value is the URL of the new application entry. Replacing "/__entryName__?" with "/__entryName__/WebHome?" should lead to the creation of nested pages, but you have to do it before the AppWithinMinutes.LiveTableViewSheet JSX reads the value. Hope this helps, Marius On Fri, Aug 19, 2016 at 12:22 PM, D R <[email protected]> wrote: > Hi, > > I have created an application holding info about customers. When creating > new pages in it I discovered that no sub pages can be created below those > application pages, new pages are always created right below the application > itself (on the same level as the customer itself). > > Example: > Application / Customer 1 > Create new page > Outcome: > * Application / Customer 1 > * Application / New Page > Desired: > * Application / Customer 1 > * Application / Customer 1 / New Page > > Is it possible to enable nested pages for applications? The goal is to > enable my colleagues to add documents about the customers and to have a > livetable (already prepared) to show them on the respective customer. > > Thanks in advance once more, > Dennis > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users > _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
