From 1d113c69d34420ae416df5e5f7cde96630aa233f Mon Sep 17 00:00:00 2001 From: vlobzakov <39057925+vlobzakov@users.noreply.github.com> Date: Thu, 28 Jan 2021 19:19:00 +0200 Subject: [PATCH] JE-50726 else action availbe since --- docs/creating-manifest/conditions-and-iterations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/creating-manifest/conditions-and-iterations.md b/docs/creating-manifest/conditions-and-iterations.md index 209a8774..809a47fc 100644 --- a/docs/creating-manifest/conditions-and-iterations.md +++ b/docs/creating-manifest/conditions-and-iterations.md @@ -206,7 +206,7 @@ onInstall: ### **Else** -In case the conditional statement should be complemented by the opposite comparison and respective action the ***else*** conditional operator can be accommodated. +In case the conditional statement should be complemented by the opposite comparison and respective action the ***else*** conditional operator can be accommodated. It is available commencing from Jelastic version 5.7-1 and corresponds to `jpsVersion`: 1.7.1 and higher. In case action applied on versions below the *unknown action* error will be displayed in the console. @@@ ```yaml