Re: svn commit: r1023209 - /ofbiz/trunk/framework/common/script/org/ofbiz/common/PortalPageMethods.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r1023209 - /ofbiz/trunk/framework/common/script/org/ofbiz/common/PortalPageMethods.xml

hans_bakker
looks pretty promising Bruno...

thanks for your work on his.

Regards,

Hans

On Sat, 2010-10-16 at 08:35 +0000, [hidden email] wrote:

> Author: buscob
> Date: Sat Oct 16 08:35:53 2010
> New Revision: 1023209
>
> URL: http://svn.apache.org/viewvc?rev=1023209&view=rev
> Log:
> Typo
>
> Modified:
>     ofbiz/trunk/framework/common/script/org/ofbiz/common/PortalPageMethods.xml
>
> Modified: ofbiz/trunk/framework/common/script/org/ofbiz/common/PortalPageMethods.xml
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/script/org/ofbiz/common/PortalPageMethods.xml?rev=1023209&r1=1023208&r2=1023209&view=diff
> ==============================================================================
> --- ofbiz/trunk/framework/common/script/org/ofbiz/common/PortalPageMethods.xml (original)
> +++ ofbiz/trunk/framework/common/script/org/ofbiz/common/PortalPageMethods.xml Sat Oct 16 08:35:53 2010
> @@ -67,7 +67,7 @@ under the License.
>      </simple-method>
>  
>      <!--Create simple-method of copyOriginalPage-->
> -    <simple-method method-name="copyIfRequiredSystemPage" short-description="Check if the page is a system page, then copy before allowing the user to copy it">
> +    <simple-method method-name="copyIfRequiredSystemPage" short-description="Check if the page is a system page, then copy before allowing the user to edit it">
>          <entity-one entity-name="PortalPage" value-field="portalPage"/>
>          <if-compare field="portalPage.ownerUserLoginId" value="_NA_" operator="equals">
>              <!-- check if private page already created -->
> @@ -96,7 +96,7 @@ under the License.
>      <!--Duplicate content of portalPage, portalPageColumn, portalPagePortlet, portletAttribute,
>           this method should be call with portalpageId and portalPage in context-->
>      <simple-method method-name="duplicatePortalPageDetails" short-description="Duplicate content of portalPage, portalPageColumn, portalPagePortlet, portletAttribute">
> -        <log level="info" message="duplicate portalPage detail from portalPageId  ${parameters.portalPageId} to new protalPageId=${portalPageId}"/>
> +        <log level="info" message="duplicate portalPage detail from portalPageId  ${parameters.portalPageId} to new portalPageId=${portalPageId}"/>
>  
>          <if-not-empty field="portalPageId">
>            <!-- delete the columns -->
>
>

--
Ofbiz on twitter: http://twitter.com/apache_ofbiz
Myself on twitter: http://twitter.com/hansbak
Antwebsystems.com: Quality services for competitive rates.

Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r1023209 - /ofbiz/trunk/framework/common/script/org/ofbiz/common/PortalPageMethods.xml

Bruno Busco
Thank you Hans,
I am doing my best to have a smooth transition without hurting.

-Bruno

2010/10/16 Hans Bakker <[hidden email]>

> looks pretty promising Bruno...
>
> thanks for your work on his.
>
> Regards,
>
> Hans
>
> On Sat, 2010-10-16 at 08:35 +0000, [hidden email] wrote:
> > Author: buscob
> > Date: Sat Oct 16 08:35:53 2010
> > New Revision: 1023209
> >
> > URL: http://svn.apache.org/viewvc?rev=1023209&view=rev
> > Log:
> > Typo
> >
> > Modified:
> >
> ofbiz/trunk/framework/common/script/org/ofbiz/common/PortalPageMethods.xml
> >
> > Modified:
> ofbiz/trunk/framework/common/script/org/ofbiz/common/PortalPageMethods.xml
> > URL:
> http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/script/org/ofbiz/common/PortalPageMethods.xml?rev=1023209&r1=1023208&r2=1023209&view=diff
> >
> ==============================================================================
> > ---
> ofbiz/trunk/framework/common/script/org/ofbiz/common/PortalPageMethods.xml
> (original)
> > +++
> ofbiz/trunk/framework/common/script/org/ofbiz/common/PortalPageMethods.xml
> Sat Oct 16 08:35:53 2010
> > @@ -67,7 +67,7 @@ under the License.
> >      </simple-method>
> >
> >      <!--Create simple-method of copyOriginalPage-->
> > -    <simple-method method-name="copyIfRequiredSystemPage"
> short-description="Check if the page is a system page, then copy before
> allowing the user to copy it">
> > +    <simple-method method-name="copyIfRequiredSystemPage"
> short-description="Check if the page is a system page, then copy before
> allowing the user to edit it">
> >          <entity-one entity-name="PortalPage" value-field="portalPage"/>
> >          <if-compare field="portalPage.ownerUserLoginId" value="_NA_"
> operator="equals">
> >              <!-- check if private page already created -->
> > @@ -96,7 +96,7 @@ under the License.
> >      <!--Duplicate content of portalPage, portalPageColumn,
> portalPagePortlet, portletAttribute,
> >           this method should be call with portalpageId and portalPage in
> context-->
> >      <simple-method method-name="duplicatePortalPageDetails"
> short-description="Duplicate content of portalPage, portalPageColumn,
> portalPagePortlet, portletAttribute">
> > -        <log level="info" message="duplicate portalPage detail from
> portalPageId  ${parameters.portalPageId} to new
> protalPageId=${portalPageId}"/>
> > +        <log level="info" message="duplicate portalPage detail from
> portalPageId  ${parameters.portalPageId} to new
> portalPageId=${portalPageId}"/>
> >
> >          <if-not-empty field="portalPageId">
> >            <!-- delete the columns -->
> >
> >
>
> --
> Ofbiz on twitter: http://twitter.com/apache_ofbiz
> Myself on twitter: http://twitter.com/hansbak
> Antwebsystems.com <http://twitter.com/hansbak%0AAntwebsystems.com>:
> Quality services for competitive rates.
>
>