Menu

#67 Unable to see new user after I create one

2.2
closed
None
5
2014-10-13
2014-07-10
No

As a administrator, I add a new user.
When I click on OK, the window is closed but the grid is not refreshed and I can't see my new user.

There seems to be a javascript error.
Note that the user is properly created on the server and can be seen after a manual refresh.

Discussion

  • Bastien Fiorito

    Bastien Fiorito - 2014-07-21

    The grid was effectively not refreshed. To fix the problem :
    In the file UserPropPanel.js (/workspace/client-admin/js/usergroups/)
    Replace line 317 :
    Ext.defer(this.store.reload, 1000, this);
    By :
    Ext.defer(function () {
    this.store.reload();
    }, 1000, this);

     
  • Mathieu Gond

    Mathieu Gond - 2014-10-13
    • status: open --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB