Nilesh Sarupriya
Nilesh Sarupriya
## Description > Adding Validation on the Workspace's Email and Website on Backend APIs Fixes # (issue) > https://github.com/appsmithorg/appsmith/issues/8970 ## Type of change - Bug fix (non-breaking change which fixes...
### Is there an existing issue for this? - [x] I have searched the existing issues ### SubTasks - Add API endpoint to get Users using Add Users Permission
### Is there an existing issue for this? - [X] I have searched the existing issues ### SubTasks - Change return type for Create Permission Group to RoleViewDTO
### Is there an existing issue for this? - [X] I have searched the existing issues ### SubTasks - create users for non-existent users when inviting them for user groups...
## Description > Currently a query is saved as invalid, if there are no datasource edit permissions provided. This leads to query being invalid for all the users. So, if...
## Description > Given that a User is assigned to a User group and then assigned to a workspace currently can't leave the workspace, but it gives an ugly error...
### Is there an existing issue for this? - [X] I have searched the existing issues ### SubTasks Invite Users via Workspace members page triggers a `user.invite` audit log event....
> Pull Request Template > > Use this template to quickly create a well written pull request. Delete all quotes before creating the pull request. > ## Description > Add...
## Description > Change the email used in testing to a valid email. Currently we are using `api_user`. Will be changing this to `api_user@api_user.com` Fixes # (issue) > if no...
## Description > The code changes in the PR are supposed to capture duration of business operation logics which are executed during the creation of user. #### PR fixes following...