[ 
https://issues.apache.org/jira/browse/SLING-7452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16344942#comment-16344942
 ] 

ASF GitHub Bot commented on SLING-7452:
---------------------------------------

rombert closed pull request #7: SLING-7452 Document the handling of multiple 
value fields with SlingPostServlet
URL: https://github.com/apache/sling-site/pull/7
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git 
a/src/main/jbake/content/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.md
 
b/src/main/jbake/content/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.md
index 2b04c1f8..324d3b1e 100644
--- 
a/src/main/jbake/content/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.md
+++ 
b/src/main/jbake/content/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.md
@@ -144,6 +144,8 @@ Would assign the `/content/page/multi` property the value 
*[ "one", "two" ]*.
     
 This is pretty much all there is to know about creating and modifying content. 
The following sections will now introduce more functionality which help you 
with more fine-grained control in your content management application.
     
+For more operations with multiple values you can use the [`@Patch`](#patch) 
suffix.
+
 ##### Automatic property values: last modified and created by
 
 To make it easier to set "last modified" and "created by" property


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Document the handling of multiple value fields with SlingPostServlet
> --------------------------------------------------------------------
>
>                 Key: SLING-7452
>                 URL: https://issues.apache.org/jira/browse/SLING-7452
>             Project: Sling
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Daniel Platon
>            Priority: Major
>
> The SlingPostServlet documentation at 
> [http://sling.apache.org/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html]
>  doesn't detail on how to manipulate multi-valued properties with the changes 
> introduced by SLING-1983.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to