I stumbled upon this while modifying an older application which is running in 4.2. There I noticed that if I copy a page from another application in the same workspace I will get asked if I want to copy the authorization / list of values or use some existing. If I use existing authorization or list of values, those will not be applied to the copied page. Only if I decide to copy those and APEX will create something like ADMIN_AUTH_1 or LIST_OF_VALUES_1, the authorization and list of values will be applied. This is a problem since it either creates a copy of something I already have or it doesn't apply it at all. On my page I had a lot of items requiring a list of values. Now, those were copied as normal text items. It doesn't matter how you do it, it means always a lot of work.
Today I was curious and wanted to see if this bug has been solved in the latest version and tried the same at apex.oracle.com. I was surprised to see that this is still there . Are there any plans to solve this issue? Shouldn't be much to do but it would help a lot.
Thanks,