lowcoder
lowcoder copied to clipboard
[Bug]: Published Version not correctly returned in API Call ListApplications
trafficstars
Is there an existing issue for this?
- [x] I have searched the existing issues
Current Behavior
When I call ListApplications, it returns all my app information, but the published version seems off.
It says 0.0.1 for a particular application, but when I call
GetApplicationDataInEditMode
It returns 0.0.3
Published date is correct in both calls. Every application returns 0.0.1
Expected Behavior
I expect ListApplications to tell me the latest published version of each application
Steps to reproduce
Call ListApplication Lowcoder API call
Environment
Self Hosted 2.7.3
Additional Information
No response