7.3.x

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

rest-api-context_1 2.6

Release notes

2.6 Accept url parameter
return context.isTask / context.isOverview based on the URL parameter value
in case of instantiation, return the document variable empty (if context ask for anyvalue like '*').
return parameters (+ value) in the result

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