Default Parameter Ignored for REST API's AddPageToBook & AddBookToBook
(Doc ID 1193773.1)
Last updated on FEBRUARY 06, 2025
Applies to:
Oracle WebLogic Portal - Version 10.3.2 to 10.3.2 [Release AS10gR3]Information in this document applies to any platform.
Symptoms
When using the REST API's AddPagetoBook or AddBooktoBook to add pages or books to a desktop and setting the default parameter to true (default=true), the newly added page or book should become the default element but it does not.
For example, after adding two pages (with the default parameter set to true) to an empty book, the second page should be the default page but the first page remains the default. The following test would fail, the first page would remain the default.
http://localhost:7001/www/bea/wlp/api/book/add/page/B123?webapp=www&page=P111&scope=admin&desktop=d&portal=p&default=false
http://localhost:7001/www/bea/wlp/api/book/add/page/B123?webapp=www&page=P222&scope=admin&desktop=d&portal=p&default=true
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |