From fa4df4467012086e401e3f5a2f4a917a8675e6da Mon Sep 17 00:00:00 2001 From: sneha122 Date: Wed, 21 May 2025 16:24:42 +0530 Subject: [PATCH] fix: runBehaviour added in published mode as well (#40722) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description This PR adds runBehaviour property in application view mode as well Fixes #40721 _or_ Fixes `Issue URL` > [!WARNING] > _If no issue exists, please create an issue first, and check with the maintainers if the issue is valid._ ## Automation /ok-to-test tags="@tag.Sanity" ### :mag: Cypress test results > [!TIP] > ๐ŸŸข ๐ŸŸข ๐ŸŸข All cypress tests have passed! ๐ŸŽ‰ ๐ŸŽ‰ ๐ŸŽ‰ > Workflow run: > Commit: c2f172bce46337a123c691693743d72279df11c8 > Cypress dashboard. > Tags: `@tag.Sanity` > Spec: >
Wed, 21 May 2025 10:38:05 UTC ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [ ] No ## Summary by CodeRabbit - **Bug Fixes** - Ensured the run behavior setting is properly reflected when viewing actions. Co-authored-by: โ€œsneha122โ€ <โ€œsneha@appsmith.comโ€> --- .../appsmith/server/newactions/base/NewActionServiceCEImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/app/server/appsmith-server/src/main/java/com/appsmith/server/newactions/base/NewActionServiceCEImpl.java b/app/server/appsmith-server/src/main/java/com/appsmith/server/newactions/base/NewActionServiceCEImpl.java index 737de83873..644e8d4b17 100644 --- a/app/server/appsmith-server/src/main/java/com/appsmith/server/newactions/base/NewActionServiceCEImpl.java +++ b/app/server/appsmith-server/src/main/java/com/appsmith/server/newactions/base/NewActionServiceCEImpl.java @@ -779,6 +779,7 @@ public class NewActionServiceCEImpl extends BaseService jsonPathKeys;