File modules/cms/ui/themes/default/script/openrat/api.js
Last commit: Mon Jun 13 22:00:39 2022 +0200 Jan Dankert Fix: Show the error description in the UI notice.
Binary file could not be displayed
Downloadmodules/cms/ui/themes/default/script/openrat/api.js
History Mon, 13 Jun 2022 22:00:39 +0200 Jan Dankert Fix: Show the error description in the UI notice. Fri, 11 Feb 2022 01:28:51 +0100 dankert Fixed some UI problems: The dialogs are now closed after submitting the data; Workbench is reloaded after login/logout. Sun, 6 Feb 2022 21:34:42 +0100 dankert New: Use Accept-Header instead of "output" request parameter, this is the cleaner way. Sun, 30 Jan 2022 23:38:42 +0100 dankert Refactoring: Only 1 http-endpoint for both the UI and the API. Path "/api" is not available any more, all API data is served under "/". Fri, 31 Dec 2021 01:07:48 +0100 dankert Detect permission errors from API response. Sat, 27 Nov 2021 04:39:51 +0100 Jan Dankert Refactoring: Extract the api request form.js into a new api class which returns a promise.