Re: [Dev] [DEV][APPFAC]Reducing Ajax calls and displaying meaningfull error messages when inviting a user to app

2013-07-19 Thread Asanka Dissanayake
Hi All, can we include this in AF 1.1.0. Flooding back end with ajax calls is not nice which happens now when inviting multiple users and updating multiple users. we can come up with a same solution for update users and delete users operations. This not just a nice to have feature i guess. cheers!

[Dev] [DEV][APPFAC]Reducing Ajax calls and displaying meaningfull error messages when inviting a user to app

2013-05-10 Thread Asanka Dissanayake
Hi All, Regarding adding a user to application. According to the present situation there is one method in ApplicationManagementService.java to do this. * public boolean addUserToApplication(String applicationId, String userName, String[] roles)* This can be used when assigning multiple roles to s