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

Commit8ac6ff7

Browse files
Thomasrludomikula
Thomasr
authored andcommitted
When an anonymous user visits a published app, a log entry is added to the app_usage_log table.
not sure about orgId and userId.
1 parentfab9047 commit8ac6ff7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎server/api-service/lowcoder-server/src/main/java/org/lowcoder/api/util/BusinessEventPublisher.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ public Mono<Void> publishApplicationCommonEvent(ApplicationView originalApplicat
127127
returnsessionUserService.isAnonymousUser()
128128
.flatMap(anonymous -> {
129129
returnsessionUserService.getVisitorOrgMemberCache()
130+
.onErrorReturn(newOrgMember(originalApplicationView.getApplicationInfoView().getOrgId(),originalApplicationView.getApplicationInfoView().getCreateBy(),null,null,0))
130131
.zipWith(Mono.defer(() -> {
131132
StringfolderId =applicationView.getApplicationInfoView().getFolderId();
132133
if (StringUtils.isBlank(folderId)) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp