details:   https://code.openbravo.com/erp/devel/pi/rev/96103f60f96e
changeset: 23963:96103f60f96e
user:      Inigo Sanchez <inigo.sanchez <at> openbravo.com>
date:      Thu Jul 03 11:05:45 2014 +0200
summary:   fixed bug 26836: Typo in Process Definition help
In the sentence: The legacy parameter windows could only contain one grid,
so the _selection and _allRows properties of the grid were directly 
***accesible***
in the handler from the params object.Accessible word was mistyped.

diffstat:

 
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_COLUMN.xml
  |  2 +-
 
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_ELEMENT.xml
 |  2 +-
 
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_FIELD.xml
   |  2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 0524039e9605 -r 96103f60f96e 
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_COLUMN.xml
--- 
a/modules/org.openbravo.client.application/src-db/database/sourcedata/AD_COLUMN.xml
 Thu Jul 03 15:12:47 2014 +0200
+++ 
b/modules/org.openbravo.client.application/src-db/database/sourcedata/AD_COLUMN.xml
 Thu Jul 03 11:05:45 2014 +0200
@@ -1902,7 +1902,7 @@
 <!--3E8FC3621ACE40258A020FE6B0E7A9E0-->  <DESCRIPTION><![CDATA[This flags is 
used to specify if this process should be compatible with the legacy parameter 
windows.]]></DESCRIPTION>
 <!--3E8FC3621ACE40258A020FE6B0E7A9E0-->  <HELP><![CDATA[This flags is used to 
specify if this process should be compatible with the legacy parameter windows.
 
-The legacy parameter windows could only contain one grid, so the _selection 
and _allRows properties of the grid were directly accesible in the handler from 
the params object. I.e:
+The legacy parameter windows could only contain one grid, so the _selection 
and _allRows properties of the grid were directly accessible in the handler 
from the params object. I.e:
 
 JSONArray gridRows = 
jsonparams.getJSONArray(ApplicationConstants.ALL_ROWS_PARAM);
 
diff -r 0524039e9605 -r 96103f60f96e 
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_ELEMENT.xml
--- 
a/modules/org.openbravo.client.application/src-db/database/sourcedata/AD_ELEMENT.xml
        Thu Jul 03 15:12:47 2014 +0200
+++ 
b/modules/org.openbravo.client.application/src-db/database/sourcedata/AD_ELEMENT.xml
        Thu Jul 03 11:05:45 2014 +0200
@@ -67,7 +67,7 @@
 <!--1DD68F7AE78B4F0EB010F507D4B7A0D4-->  <DESCRIPTION><![CDATA[This flags is 
used to specify if this process should be compatible with the legacy parameter 
windows.]]></DESCRIPTION>
 <!--1DD68F7AE78B4F0EB010F507D4B7A0D4-->  <HELP><![CDATA[This flags is used to 
specify if this process should be compatible with the legacy parameter windows.
 
-The legacy parameter windows could only contain one grid, so the _selection 
and _allRows properties of the grid were directly accesible in the handler from 
the params object. I.e:
+The legacy parameter windows could only contain one grid, so the _selection 
and _allRows properties of the grid were directly accessible in the handler 
from the params object. I.e:
 
 JSONArray gridRows = 
jsonparams.getJSONArray(ApplicationConstants.ALL_ROWS_PARAM);
 
diff -r 0524039e9605 -r 96103f60f96e 
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_FIELD.xml
--- 
a/modules/org.openbravo.client.application/src-db/database/sourcedata/AD_FIELD.xml
  Thu Jul 03 15:12:47 2014 +0200
+++ 
b/modules/org.openbravo.client.application/src-db/database/sourcedata/AD_FIELD.xml
  Thu Jul 03 11:05:45 2014 +0200
@@ -2400,7 +2400,7 @@
 <!--784DC50B8A1845C6BFDED5F3A7DC0702-->  <DESCRIPTION><![CDATA[This flags is 
used to specify if this process should be compatible with the legacy parameter 
windows.]]></DESCRIPTION>
 <!--784DC50B8A1845C6BFDED5F3A7DC0702-->  <HELP><![CDATA[This flags is used to 
specify if this process should be compatible with the legacy parameter windows.
 
-The legacy parameter windows could only contain one grid, so the _selection 
and _allRows properties of the grid were directly accesible in the handler from 
the params object. I.e:
+The legacy parameter windows could only contain one grid, so the _selection 
and _allRows properties of the grid were directly accessible in the handler 
from the params object. I.e:
 
 JSONArray gridRows = 
jsonparams.getJSONArray(ApplicationConstants.ALL_ROWS_PARAM);
 

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to