Unable to delete application link
Problem
When trying to delete an application link, the delete dialog appears with a stack trace. The "Confirm"
button is disabled and "greyed out".
Cause
When you are trying to delete an application link, the application tries to connect to the remote application as well. When an error appear such as connection or authentication errors, the Confirm
button remains disabled.
Resolution
In Google Chrome:
- Right Click on the "Confirm" button
- Inspect Element
- In the HTML, remove the
disabled="true"
parameter for the button object - Click on confirm
Last modified on Feb 26, 2016
Powered by Confluence and Scroll Viewport.