You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2023/01/27 17:57:08 UTC

[ofbiz-framework] branch trunk updated: Improved: Fixed: Use non string parameters on a update-area failed when comme from a JWToken (OFBIZ-12749)

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

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 41c0c9e0bd Improved: Fixed: Use non string parameters on a update-area failed when comme from a JWToken (OFBIZ-12749)
41c0c9e0bd is described below

commit 41c0c9e0bdb2a9568092d78e75f3f757e3592dd4
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Fri Jan 27 18:54:58 2023 +0100

    Improved: Fixed: Use non string parameters on a update-area failed when comme from a JWToken (OFBIZ-12749)
    
    Fixes a typo that annoys checkstyle:
    <<Use a single space to separate non-blank characters. [SingleSpaceSeparator]>>
---
 .../src/test/java/org/apache/ofbiz/widget/model/ModelFormTest.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/widget/src/test/java/org/apache/ofbiz/widget/model/ModelFormTest.java b/framework/widget/src/test/java/org/apache/ofbiz/widget/model/ModelFormTest.java
index f3d6aef2c3..87c08cc392 100644
--- a/framework/widget/src/test/java/org/apache/ofbiz/widget/model/ModelFormTest.java
+++ b/framework/widget/src/test/java/org/apache/ofbiz/widget/model/ModelFormTest.java
@@ -54,7 +54,7 @@ public class ModelFormTest {
     }
 
     @Test
-    public void testCreateUpdateAreaFromJWTWithParametersMapList() throws  ConversionException {
+    public void testCreateUpdateAreaFromJWTWithParametersMapList() throws ConversionException {
         JSONConverters.MapToJSON converter = new JSONConverters.MapToJSON();
         context.put(CommonWidgetModels.JWT_CALLBACK, JWTManager.createJwt(delegator,
                 Map.of("areaId", "myAreaId",


Re: [ofbiz-framework] branch trunk updated: Improved: Fixed: Use non string parameters on a update-area failed when come from a JWToken (OFBIZ-12749)

Posted by Jacques Le Roux <ja...@les7arts.com>.
:)

Le 27/01/2023 à 20:07, Nicolas Malin a écrit :
> Thanks Jacques !
>
> On 27/01/2023 18:57, jleroux@apache.org wrote:
>> This is an automated email from the ASF dual-hosted git repository.
>>
>> jleroux pushed a commit to branch trunk
>> in repositoryhttps://gitbox.apache.org/repos/asf/ofbiz-framework.git
>>
>>
>> The following commit(s) were added to refs/heads/trunk by this push:
>>       new 41c0c9e0bd Improved: Fixed: Use non string parameters on a update-area failed when comme from a JWToken (OFBIZ-12749)
>> 41c0c9e0bd is described below
>>
>> commit 41c0c9e0bdb2a9568092d78e75f3f757e3592dd4
>> Author: Jacques Le Roux<ja...@les7arts.com>
>> AuthorDate: Fri Jan 27 18:54:58 2023 +0100
>>
>>      Improved: Fixed: Use non string parameters on a update-area failed when comme from a JWToken (OFBIZ-12749)
>>           Fixes a typo that annoys checkstyle:
>>      <<Use a single space to separate non-blank characters. [SingleSpaceSeparator]>>
>> ---
>> .../src/test/java/org/apache/ofbiz/widget/model/ModelFormTest.java | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/framework/widget/src/test/java/org/apache/ofbiz/widget/model/ModelFormTest.java 
>> b/framework/widget/src/test/java/org/apache/ofbiz/widget/model/ModelFormTest.java
>> index f3d6aef2c3..87c08cc392 100644
>> --- a/framework/widget/src/test/java/org/apache/ofbiz/widget/model/ModelFormTest.java
>> +++ b/framework/widget/src/test/java/org/apache/ofbiz/widget/model/ModelFormTest.java
>> @@ -54,7 +54,7 @@ public class ModelFormTest {
>>       }
>>         @Test
>> -    public void testCreateUpdateAreaFromJWTWithParametersMapList() throws ConversionException {
>> +    public void testCreateUpdateAreaFromJWTWithParametersMapList() throws ConversionException {
>>           JSONConverters.MapToJSON converter = new JSONConverters.MapToJSON();
>>           context.put(CommonWidgetModels.JWT_CALLBACK, JWTManager.createJwt(delegator,
>>                   Map.of("areaId", "myAreaId",
>>

Re: [ofbiz-framework] branch trunk updated: Improved: Fixed: Use non string parameters on a update-area failed when come from a JWToken (OFBIZ-12749)

Posted by Nicolas Malin <ni...@nereide.fr>.
Thanks Jacques !

On 27/01/2023 18:57, jleroux@apache.org wrote:
> This is an automated email from the ASF dual-hosted git repository.
>
> jleroux pushed a commit to branch trunk
> in repositoryhttps://gitbox.apache.org/repos/asf/ofbiz-framework.git
>
>
> The following commit(s) were added to refs/heads/trunk by this push:
>       new 41c0c9e0bd Improved: Fixed: Use non string parameters on a update-area failed when comme from a JWToken (OFBIZ-12749)
> 41c0c9e0bd is described below
>
> commit 41c0c9e0bdb2a9568092d78e75f3f757e3592dd4
> Author: Jacques Le Roux<ja...@les7arts.com>
> AuthorDate: Fri Jan 27 18:54:58 2023 +0100
>
>      Improved: Fixed: Use non string parameters on a update-area failed when comme from a JWToken (OFBIZ-12749)
>      
>      Fixes a typo that annoys checkstyle:
>      <<Use a single space to separate non-blank characters. [SingleSpaceSeparator]>>
> ---
>   .../src/test/java/org/apache/ofbiz/widget/model/ModelFormTest.java      | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/framework/widget/src/test/java/org/apache/ofbiz/widget/model/ModelFormTest.java b/framework/widget/src/test/java/org/apache/ofbiz/widget/model/ModelFormTest.java
> index f3d6aef2c3..87c08cc392 100644
> --- a/framework/widget/src/test/java/org/apache/ofbiz/widget/model/ModelFormTest.java
> +++ b/framework/widget/src/test/java/org/apache/ofbiz/widget/model/ModelFormTest.java
> @@ -54,7 +54,7 @@ public class ModelFormTest {
>       }
>   
>       @Test
> -    public void testCreateUpdateAreaFromJWTWithParametersMapList() throws  ConversionException {
> +    public void testCreateUpdateAreaFromJWTWithParametersMapList() throws ConversionException {
>           JSONConverters.MapToJSON converter = new JSONConverters.MapToJSON();
>           context.put(CommonWidgetModels.JWT_CALLBACK, JWTManager.createJwt(delegator,
>                   Map.of("areaId", "myAreaId",
>