You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/CTG_99_versions/CTG_10_release-notes/LSN_40_v5-2/v5-2.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ The "exploded" JSON files layout has been changed accordingly:
57
57
- Calls done to the API services **without** a token is considered as done by the `public` user
58
58
59
59
> **Note**: if for some reason you have been using the `/` public UI endpoint for exposing some kind of "public API services", it **must** be refactored.
60
-
> This public UI endpoint has never been designed for API usage, it is an **UI** endpoint not suitable for providing API services:
60
+
> This public UI endpoint has never been designed for API usage, it is an **UI** endpoint not suitable for providing API services:
61
61
> it is associated to a Tomcat session the must be maintained using a cookie, it has no scalability mecanisms, etc. using it was an anti-pattern.
62
62
> Prior to this minor version, the right pattern was to use a "technical" user on the API endpoint, now you can avoid this "technical" user.
63
63
@@ -95,7 +95,7 @@ All warnings have to be fixed by designers (right place in object, hidden or not
- Added `Tool.shiftTime` tool method to shift time fields (by seconds)
97
97
- Added support for calculated fields on pivot tables
98
-
- Added [OpenHTMLToPDF libs](https://github.com/danfickle/openhtmltopdf) + added a new `HTMLToPDFTool` helper class + added new methods on `PrintTemplate`
98
+
- Added [OpenHTMLToPDF libs](https://github.com/danfickle/openhtmltopdf) + added a new `HTMLToPDFTool` helper class + added new methods on `PrintTemplate`
99
99
- Prevented adding custom code on core system objects, external objects and workflows
100
100
- Notepads auto-upgrade to JSON format when rendering becomes `Users activities`
0 commit comments