Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitefd6dbe

Browse files
committed
Revert the validation that stops unpiblished apps to be viewed
1 parentc6a207a commitefd6dbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎server/api-service/lowcoder-server/src/main/java/org/lowcoder/api/application/ApplicationApiService.java‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ private Mono<Void> checkApplicationStatus(Application application, ApplicationSt
249249
}
250250

251251
privateMono<Void>checkApplicationViewRequest(Applicationapplication,ApplicationEndpoints.ApplicationRequestTypeexpected) {
252-
if (expected ==ApplicationEndpoints.ApplicationRequestType.PUBLIC_TO_ALL &&application.isPublicToAll()) {
252+
// TODO: The check is correct ( logically ) but we need to provide some time for the users to adapt. Will bring it back in the next release
253+
if (expected ==ApplicationEndpoints.ApplicationRequestType.PUBLIC_TO_ALL/* && application.isPublicToAll() */) {
253254
returnMono.empty();
254255
}
255256
if (expected ==ApplicationEndpoints.ApplicationRequestType.PUBLIC_TO_MARKETPLACE &&application.isPublicToMarketplace()) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp