Increase the number of content lists on editions page (6.6.1)

Hi

In 6.6.1 is there a way to increase the number of content lists that appear on the edition pages? Currently it’s 8 and I’m always having to flick between pages whilst setting up the publishsing.

Cheers
James

Hi James,

The number of rows of the Content List table is hard coded in 6.6.1 and 6.7.
The Edition Editor code is in: …/AppServer/server/rx/deploy/rxapp.ear/rxapp.war/ui/publishing/EditionEditor.jsp

backup the file, then try to modify rows=“8” to rows=“20”
or any desired number, see if it works for you

Hope it works for you
Ben

Note, you will have to do the same change after you upgrade to 6.7 until it has been “fixed” in the future release.