Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Studio Beta 12.5 IDE interaction much slower than 12.4

zootleDec 10 2015 — edited Jan 16 2016

I've noticed even with a single project loaded, the IDE response times to button clicks (such as editing project properties) has an almost unusable lag.  I don't see this with 12.4 on the same host.

Comments

Karthik Perath
Answer
You can write EL condition on visible(or show component property) of the Administration menu item: #{oimcontext.currentUser.roles['SYSTEM ADMINISTRATORS'] != null}

Check this link about writing EL's http://docs.oracle.com/cd/E27559_01/dev.1112/e27150/uicust.htm#BABHBFGH
Marked as Answer by 969408 · Sep 27 2020
969408
Thanks Karthik for you reply. It helped a lot.

Steps, just for reference...
1). Create SandBox
2). Activate
3). Customze and view by source
4). Select your link which you want to hide
5). Edit Visible properties and use #{oimcontext.currentUser.roles['SYSTEM ADMINISTRATORS'] != null}
6). Save
7). Publish
8). Test

Edited by: 966405 on Feb 20, 2013 3:50 PM
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 13 2016
Added on Dec 10 2015
2 comments
1,028 views