Release notes: 20220331.235523

Thursday, March 31, 2022 | Dr. Rich Lane

New

Admin: General: get_user_role graphql.
Admin: General: get_webapp_id_from_schema_id graphql.

Update

Admin: Scheduled tasks: Log now doesn't error due to invalid ID (POS must have changed something since this was fine yesterday - clearly they are looking at our code).
Admin: Permissions: Fixed warnings in log on every page load that warned about permissions which didn't exist.
Admin: Filemanager: Models now save.
Admin: Filemanager: Partials now save when there is no body with a workaround.
Admin: Filemanager: model_schemas now save.
Admin: Filemanager: graphql's now save.
Admin: Filemanager: Pages of a certain type now save.
Admin: Filemanager: Removed returning data from save as it's was erroring 50% of the time (please check this when developing) and is not required and offers a great speed up.

Change

Admin: Filemanager: Indexer now has errorchecking on save.
Admin: Filemanager: Previous build: Better error detection.
Admin: Filemanager: Removed BTTF date on index last update and save blank.
Admin: Scheduled tasks: Moved get_current_user_permissions out of the old school "Custom_functions" include.
Admin: API: Filemanager renders over includes where possible.
Admin: General: Optimized allow_admin auth policy, entire site loads much quicker between page loads.
Admin: General: Code cleanup and whitespace removal.