Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

Issue Keys

Bugs

RCA

Solution

1

https://empyrajira.atlassian.net/browse/AP-1189

Bulk User Delete cloud app interface is not working fine

Tried to replicate the error, in the console got to know that it is a library problem, some library is deprecated.

  • In Layout.hbs file add the following line

replace - <script src="{{hostScriptUrl}}" type="text/javascript" data-options="sizeToParent:true;hideFooter:true"></script>

with - <script src="https://connect-cdn.atl-paas.net/all.js" type="text/javascript" data-options="sizeToParent:true;hideFooter:true"></script>

  • comment the following line

<script src="//aui-cdn.atlassian.com/aui-adg/5.8.12/js/aui-experimental.js"></script>

2

3

4

  • No labels