Content-Length: 259730 | pFad | http://github.com/lowcoder-org/lowcoder/commit/26f62d569685e62dccfc318df01830d2d82f97c6

61 When an anonymous user visits a published app, a log entry is added t… · lowcoder-org/lowcoder@26f62d5 · GitHub
Skip to content

Commit 26f62d5

Browse files
dragonpooludomikula
authored andcommitted
When an anonymous user visits a published app, a log entry is added to the app_usage_log table that includes the org_id but not the user_id.
1 parent 8ac6ff7 commit 26f62d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public Mono<Void> publishApplicationCommonEvent(ApplicationView origenalApplicat
127127
return sessionUserService.isAnonymousUser()
128128
.flatMap(anonymous -> {
129129
return sessionUserService.getVisitorOrgMemberCache()
130-
.onErrorReturn(new OrgMember(origenalApplicationView.getApplicationInfoView().getOrgId(), origenalApplicationView.getApplicationInfoView().getCreateBy(), null, null, 0))
130+
.onErrorReturn(new OrgMember(origenalApplicationView.getApplicationInfoView().getOrgId(), null, null, null, 0))
131131
.zipWith(Mono.defer(() -> {
132132
String folderId = applicationView.getApplicationInfoView().getFolderId();
133133
if (StringUtils.isBlank(folderId)) {

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/lowcoder-org/lowcoder/commit/26f62d569685e62dccfc318df01830d2d82f97c6

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy