Skip to content

[Bug]: Share and member add UI limits number of users #1736

Open
@lanedsmu

Description

@lanedsmu

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When there is a large-ish number of users (> 1500 ?), the most recent users do not show up in the following UI

  • adding to a group
  • sharing an app UI

This makes it impossible to share apps to newly-created users.

It should be noted that it's entirely possible to add these members to a group using Lowcoder API calls, and presumably because groups are sorted before users, new groups show up in the share app UI without difficulty. So that's a workaround, if perhaps more technical than some might want. Until this is fixed, I'll put these steps here in case it's helpful to others:

  • list the groups in your org: [GET] /api/groups/list
    note the groupID for the group you want
  • user provide UserID from Home -> Your Profile
  • Add member to group: {POST] /ap/groups//addMember
    json string in body: {"userId":"","role":"member"}

Expected Behavior

The Add Member UI and Share UI ought not to have a limit on the number of users shown, and it should be possible to share an app using the UI with a user, regardless of how many users are in the system.

Steps to reproduce

with more than 1,500 users in the system, attempt to share an app with a newly-created user. That user will not show up in the share UI

Environment

No response

Additional Information

No response

Metadata

Metadata

Assignees

Labels

Javascript FrontendPull requests that update Javascript code

Type

Projects

Status

📋 Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions