Enterprise Edition

widgetdisplayfailedresponse_1 1.1 User Friendly message

Release notes

Two new parameters :
* enableDetailedExplanation : if TRUE, then the message returned is the complexe one (the Java Exception)
If false, then the message is a user friendly on

  • genericMessage in case of enableDetailedExplanation =FALSE, this message is returned to the user
Bonita Platform Version Compatibility: 
7.4.x
7.3.x
7.2.x

rest-api-context 2.7 Permission access

Release notes

2.7 Document permission

Access on parameters : in the pilot, the parameter has to be declare (else the "":"" return all parameters)
pilot on parameter : it's possible to declare "paramcontext" as a parameters, and give a context. Then, this context is use.
Priority is
- localcontext
- globalcontext
- paramcontext
Two advantages to use the paramcontext : 1/ it's not use any variable memory, 2/ it's available at the instantiation, for example to protect the access on some parameters.

Bonita Platform Version Compatibility: 
7.4.x
7.3.x
7.2.x

pagelog 1.2

Release notes

Thanks to romain to fix the variable to access the log directory on the bundle

Bonita Platform Version Compatibility: 
7.4.x
7.3.x
7.2.x

bonita-server-logs 1.0.0

Release notes

  • List log files from CATALINA_HOME/logs
  • Sort log files by lastModified date
  • Consult log file content
  • Download a specific log file
Bonita Platform Version Compatibility: 
7.4.x
7.3.x
7.2.x

pagelog 1.1

Release notes

Community version

Bonita Platform Version Compatibility: 
7.4.x
7.3.x
7.2.x

widgetplus 1.1

Release notes

CheckList :
The standard checkList REMOVE the attribut in the result JSON when nothing is selected.
So, if you use a CheckList, map to a contract, the submit will be rejected, or you have to do that in your formOutput
'color' : $data.formInput.color || null
To avoid this behavior and to not worry of the usage of the widget in the formOutput, use this CheckList.
Plus :
* Style CSS : directly set some additional CSS style to the input

Bonita Platform Version Compatibility: 
7.3.x

rest-api-context_1 2.5

Release notes

If the case contains Documents, there are returned in the answer:
"listDocsStudent": [
{
"src": {
"id": 2001,
"creationDate": 1483143534951,
"author": 658,
"index": 0,
"contentFileName": "14060147_1311913258820543_1485550249_o.jpg",
"processInstanceId": 34001,
"description": null,
"name": "listDocsStudent",
"fileName": "14060147_1311913258820543_1485550249_o.jpg",
"contentMimeType": "image/jpeg",
"hasContent": true,

Bonita Platform Version Compatibility: 
7.x
Notifications