You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by np...@apache.org on 2018/06/07 19:42:40 UTC

[sling-org-apache-sling-pipes] branch master updated: SLING-7715 change autosave default value

This is an automated email from the ASF dual-hosted git repository.

npeltier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-pipes.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f719c3  SLING-7715 change autosave default value
7f719c3 is described below

commit 7f719c32092db82262cb7cdca57afb71ba8961bc
Author: Nicolas Peltier <pe...@gmail.com>
AuthorDate: Thu Jun 7 21:42:05 2018 +0200

    SLING-7715 change autosave default value
---
 src/main/java/org/apache/sling/pipes/internal/PathPipe.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/pipes/internal/PathPipe.java b/src/main/java/org/apache/sling/pipes/internal/PathPipe.java
index 014e4de..7e94414 100644
--- a/src/main/java/org/apache/sling/pipes/internal/PathPipe.java
+++ b/src/main/java/org/apache/sling/pipes/internal/PathPipe.java
@@ -65,7 +65,7 @@ public class PathPipe extends BasePipe {
         resourceType = properties.get(PN_RESOURCETYPE, NT_SLING_FOLDER);
         jcr = StringUtils.isNotBlank(nodeType);
         intermediateType = properties.get(PN_INTERMEDIATE, resourceType);
-        autosave = properties.get(PN_AUTOSAVE, true);
+        autosave = properties.get(PN_AUTOSAVE, false);
     }
 
     @Override

-- 
To stop receiving notification emails like this one, please contact
npeltier@apache.org.