Compatibility :
--------------
gPM 2.0.5.2 with patches associated to gPM EF release
WARNING : the patches must be installed in order to work with this version of gPM EF.
gPM 2.1.2 with patches associated to this version.
How to use the patches?
-----------------------
-> for v2.0.5.2 :
------------------
From a gPM 2.0.5.2 server install directory, inside directory "WEB-INF/lib", replace :
- "gpm-commons-bean-2.0.5.jar" by "gpm-commons-bean-2.0.5-p3.jar"
- "gPM-services-webservices-2.0.5.jar" by "gPM-services-webservices-2.0.5-p3.jar"
- "gPM-services-business-2.0.5.jar" by "gPM-services-business-2.0.5-p3.jar"
-> for v2.1.2 :
------------------
From a gPM 2.1.2 server install directory, inside directory "WEB-INF/lib", replace :
- "gpm-commons-bean-2.1.2.jar" by "gpm-commons-bean-2.1.2-p1.jar"
- "gPM-services-webservices-2.1.2.jar" by "gPM-services-webservices-2.1.2-p1.jar"
- "gPM-services-business-2.1.2.jar" by "gPM-services-business-2.1.2-p1.jar"
* gPM EF features & bugs :
--------------------------
- FR 3861 : Add the functionnality of duplicate sheet
- FR 3857 : implement init sheet function
- FR 3994 : Management of field with the property pointerField set to TRUE
- FR 3995 : Use of ActionAccessControls to restrict the access of some actions.
- FR 4000 : Implementation of the "sendEmail" action, accessible from the Sheet Vizualisation view
- BUG 3978 : Cannot re-use the name of a deleted filter.
- BUG 3974 : Filters appearing to user-roles that should not be able to see them.
- BUG 3972 : bug on filter result sorting (integer column)
- BUG 3971 : error on attachment files
- BUG 3970 : exeception instead of popup message
* Server-side patches for :
---------------------------
- FR 3861 : Add the functionnality of duplicate sheet - new WebServices method
- FR 3857 : implement init sheet function - new WebServices method
- BUG 3982 : NPE in Webservices method : ServicesImpl.getCategoryValues() - fix NPE in WebServices
- FR 3984 : Add PointerField management in WebServices - modification of WebService method overrideTypes, new
Webservices method calling a method from FieldsManager that had to be exported to FieldsServices
- FR 3997 : Addition of a webservice for the use of Action Access Control
- BUG 3983 : NPE in method FilterDataManager.convertResultSummary () - patch for business services
- BUG 3970 : exeception instead of popup message - modification of UserMessage in GDMException in common
services
- FR 3999 : Addition/and debugging of various webservices used by gPM-EF 1.3.3
-> addition of WebServices methods : getVisibleLinks, sendMail
-> gathering of all patches for bugs and feature requests for BUG 3970, BUG 3983, FR 3997, FR 3984, BUG
3982, FR 3857 and FR 3861