Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: In the listApplications API, the FolderID is null for all apps, even though they are inside a folder. #1331

Open
1 task done
vsnshanmuganathan opened this issue Nov 22, 2024 · 0 comments · Fixed by #1380
Assignees
Labels
API-Service Backend Java Spring for the Lowcoder API

Comments

@vsnshanmuganathan
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

"role": "owner", "applicationType": 1, "applicationStatus": "NORMAL", "folderId": null,

Expected Behavior

It should return the FolderID if the app is inside a folder when using the /api/applications/list API query.

Steps to reproduce

run this API /api/applications/list as per docs

Environment

lowcoder 2.5.0

Additional Information

This helps me back up apps and apps inside folders easily. Currently, I take multiple backups of some apps.

@adnanqaops adnanqaops added the API-Service Backend Java Spring for the Lowcoder API label Dec 2, 2024
@adnanqaops adnanqaops moved this to 🆕 New in Lowcoder Dec 2, 2024
@dragonpoo dragonpoo linked a pull request Dec 5, 2024 that will close this issue
8 tasks
FalkWolsky added a commit that referenced this issue Dec 5, 2024
#1331:  Populate folderId for app list endpoint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API-Service Backend Java Spring for the Lowcoder API
Projects
Status: 🆕 New
Development

Successfully merging a pull request may close this issue.

3 participants