Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
4

Issue Keys

Bugs

RCA

Solution

1

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

Bulk User Delete cloud app interface is not working fine

Image Added

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

Image Added

  • 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

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

3

User not able to create the users, showing null pointer exception error

Image Added

  • User once upload the CSV must map the fields correctly

  • Password field mapping is mandatory

  • If password field is not mapped to any value it throws "Null pointer exception error"

  • Select "Don't map this field" if there is no password column in CSV

  • Select "password" if there is a column in CSV as password

  • Without mapping the password field user cannot continue to create users

3