Skip to content

Commit 86e1fd9

Browse files
committed
feat: removed the test object from modules view mode%0A%0AThis commit adds removes test object from the outputs and inputs array of a module view.
1 parent 089aad9 commit 86e1fd9

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/application/ApplicationApiService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ private Map<String, Object> sanitizeDsl(Map<String, Object> applicationDsl) {
507507
}
508508

509509
private void removeTestVariablesFromProductionView(Map<String, Object> applicationDsl) {
510-
// Remove "test" object if it exists within "applicationDSL"
510+
/**Remove "test" object if it exists within "applicationDSL**/
511511
if (applicationDsl.containsKey("ui")) {
512512
Map<String, Object> dataObject = (Map<String, Object>) applicationDsl.get("ui");
513513
if (dataObject.containsKey("comp")) {

0 commit comments

Comments
 (0)