/
Version 5.32.0 - 11/03/2025

Version 5.32.0 - 11/03/2025

EPAPRO Logo_RGB.png

 

Production Release Date: Mar 11, 2025

Version: 5.32.0

UAT Release Date: Feb 11, 2025

 

The Release webinar is available from here (following the Friday demo meeting);

Note: you can copy and share this link with other people in your organisation

We have added a new column on the table below called “Action Required” this shows several new status labels:

SETUP_REQUIRED - some setup will be required to use this element

NEW_PERMISSIONS - new permissions have been added

RECOMMEND_TRAINING - training is recommended - usually for new major features.

screen_changes - changes have been made to existing screens

This is to help highlight to you anything you need to ensure is set up for the day of release or in advance of this. We do still recommend that all of the release notes are read.

low impact medium impact high impact We are also adding a column for Potential Impact to you our customers, this is an estimation of any impact to your businesses the work may have. This is just offered as a guideline, as we appreciate you all use EPAPro slightly differently.

We recommend you check any Comms settings with the release notes, as whilst newly introduced comms will be listed in them, we may not mention if an existing comm needs to be enabled, which we assume may be on from previous releases.

What you have enabled can be seen via the System Management → Communications .

 

Epic

Key

Type

Action Required

Summary

Release Notes Description

Potential Impact

Epic

Key

Type

Action Required

Summary

Release Notes Description

Potential Impact

 

EP-4873

TASK

 

Composer and NPM updates

Overview

Updated various packaged used by epaPRO to ensure continued security and functionality enhancements.

Changes to Functionality

The underlying packages that support epaPRO have been updated to ensure that epaPRO is running with the latest security and vulnerability fixes. These updates also provide additional developer tools.

Impacted Areas

  • System Wide

Permissions

  • None

low impact

 

EP-4955

FEATURE

 

Gateway - Calculate and display apprentice age at programme start date

Overview

Added the apprentice’s age at the point of their start date to the gateway and the apprentice side drawer.

Changes to Functionality

The gateway screen has been enhanced with the following additional fields within the “Apprentice Details” section of the process gateway modal window:

  • Date of Birth

  • Programme Start Date

  • Age at Programme Start Date

In addition to this, the apprentice side drawer has also had the following field added within the “Programme” section:

  • Age at Expected Start Date

In both cases above, the age is shown in the format “24 years 11 months”, shortening to “25 years” when no whole months have elapsed since their last birthday.

Impacted Areas

  • Gateway

  • Apprentice Side Drawer

Permissions

  • None

low impact

 

EP-4931

FEATURE

 

Support Materials - Mock Tests - Adding support for Surpass html tests

Overview

Surpass mock tests come with either Flash or Html support. The mock test support material option will now natively support the html option from Surpass.

low impact

 

EP-4908

FEATURE

 

Role Filter Added to Awarding Organisation Screen

Overview

A Role filter has been added to the Awarding Organisation screen to make it easier to manage users by their roles.

Changes to Functionality

  • You can now filter users by their roles on the Awarding Organisation screen.

  • The "admin" role is not shown in the filter options.

  • When no filter is applied, all users are shown.

Impacted Areas

-> Awarding Organisation screen

Permissions

No changes to permissions. Users see roles based on their existing access.

low impact

 

EP-4906

FEATURE

 

Certification - Ofqual Report - Showing Correct Date in Completion Date Column

Overview

This update ensures the "Completion Date" column in the certification Ofqual report shows the correct date. It resolves inconsistencies where the date was not accurately reflecting the outcome release or certification process.

Changes to Functionality

  • The "Completion Date" now shows the outcome release date if it is available.

  • If the outcome release date is not available, it uses the existing certification completion date.

  • When no valid date is available, the report will display "2999-12-31".

Impacted Areas

-> Certification Ofqual report
-> "Completion Date" column

Permissions

No new permission.

low impact

 

EP-4879

FEATURE

recommend training

Result - New Reschedule next action

Overview

Introduction of a new “Reschedule” next action for void type results.

Changes to Functionality

A new next action of “Reschedule” has been made available when adding a void type outcome. This new next action performs similarly to the pre-existing “Resit”, however it does not appear on the Assessment → Assessment Attempts report and the earliest date field is unavailable when adding a result.

In addition, any report that shows the next action of a result has been updated to correctly show this new “Reschedule” next action type. The reporting filter for next action has also been updated to offer the new “Reschedule” next action.

To ensure that results with this new next action don’t get lost, the Assessment Bookings → Resits and Retakes screen has been updated to show these.

The API documentation has been updated to show the new “Reschedule” next action against the AssessmentResultActionModel.

Impacted Areas

  • API

  • Assessment Result

  • Assessment Plan

  • Assessment Profile

  • Reporting → Assessment → Assessment Attempts

  • Reporting → Assessment → Result Tracking

  • Reporting → Financial → Result Outcome Actions

  • Reporting → Assessment → Result Adjustment

  • Reporting → Assessment → Assessment Elements (deprecated)

Permissions

  • None

medium impact

Suggested medium due to training/knowledge sharing

 

EP-4848

FEATURE

 

Support Materials - rewrite screen to merge lists and screen types.

Overview

The support materials Manage and View screens have been rewritten to be more efficient and consistent with other epaPRO listing screens.

Changes to Functionality

The support materials screens (both manage and view versions) have been rewritten. The main changes are:

  • The old tabbed system has been replaced with a listing screen reflective of other epaPRO listing screens. Filters are provided to limit the main content within the list, and available actions have been moved into three-dot menus

    • Manage will offer “Edit” and “View”, permissions depending

    • View will offer “Open”

  • Both the manage and the view screens have been updated with performance improvements, in both memory and speed

  • The manage screen has been updated to show support materials depending in a less limited fashion, as this is primarily for EPAO users. A new restriction has been added to not show support materials in cases where the related entity has been deleted

    • i.e. a “Standard” type support material will not show if the corresponding standard has been deleted

  • The view screen has been updated to have the same delete rule as the manage screen mentioned above. The view screen however limits the returned results on many more rules, such as:

    • user type restrictions

    • user restrictions depending on entity type, standards, user assigned standards (in the case of providers and employers), qa standards, etc.

    • live status (or scheduled where the current date sits between the available date

Please note that only the listing screens should be affected by this change - the create/edit/view functionality will be updated at a later date.

Impacted Areas

  • Support Materials → Manage

  • Support Materials → View

Permissions

  • None

low impact

 

EP-4839

FEATURE

 

API - Adding default limits and pages to endpoints

Overview

Added default result limits and pagination to all API listing routes.

Changes to Functionality

To prevent memory issues within the epaPRO API, default result limits and pagination have been added to the following API listing routes:

  • GET /certification

    • Default limit: 10

  • GET /gateway

    • Default limit: 10

  • GET /meeting

    • Default limit: 10

  • GET /plan

    • Default limit: 10

  • GET /provider

    • Default limit: 10

  • GET /queue

    • Default limit: 100

  • GET /result

    • Default limit: 10

For all routes, the default limit can be changed using the optional query parameter limit (maximum of 100, unless otherwise stated), and the page number can be specified using the optional query parameter page. If no page is defined, 1 is assumed.

For example, to fetch 58 results in batches, using the new API system, the following would be used:

GET https://mydomain.epapro.co.uk/api/v1/result?limit=20&page=1 // 20 returned. GET https://mydomain.epapro.co.uk/api/v1/result?limit=20&page=2 // 20 returned. GET https://mydomain.epapro.co.uk/api/v1/result?page=3 // 10 returned. GET https://mydomain.epapro.co.uk/api/v1/result?page=4 // 8 returned.

Impacted Areas

  • API

Permissions

  • None

low impact

 

EP-4807

FEATURE

 

Bulk Import - employer sub user

Overview

 We have added functionality to allow employer users to be uploaded in bulk to epaPRO.

Changes to Functionality

 Two new bulk uploads have been added to the Employer}}tab of the bulk upload screen. These are {{Create Employer Sub-User and Update Employer Sub-User which are given access to via the Employer Users > Bulk Import permission.

The import for this bulk upload has the following columns:

  • employer_id - This is the ID of the employer that the sub-user belongs to and is required

  • given_name - This is the given name of the user and is required

  • family_name - This is the family name of the user and is required

  • can_login - Determines if the user can log into epaPRO

  • email - This is the email address of the user and is required

  • telephone - This is the telephone number of the user and is required

  • preferred_name - This is the preferred name of the user

  • pronunciation - This is the pronunciation of the user

  • user_pronouns_id - This is the pronoun of the user. There is a finder provided within the bulk upload area called User Pronouns to aid with determining the correct id

  • purchase_order_number - A purchase order that can be associated with the user

  • job_role_id - The job role that is associated with the user. There is a helper provided within the bulk upload area called Employer Job Roles to aid with determining the correct id

  • is_technical_expert- Determines if the user is a technical expert

  • additional_information - Any additional information that is associated with the user

When updating a employer sub user there an additional field:

  • id - this is the id of the user that is being updated

Impacted Areas

 Bulk upload > Employers

Permissions

Employer Users > Bulk Import

low impact

 

EP-4804

FEATURE

 

Communications - update SMS API to no longer rely on the first-party package

Overview

Amended the SMS sending code to no longer rely on a first-party package.

Changes to Functionality

Messages were currently being sent using PHP software provided by our SMS provider. Due to irregular updates, plus already coding around some issues within the package, a custom implementation has been written. This implementation will now be maintained by Skilltech, allowing greater control over upgrades and bug fixes.

Impacted Areas

  • Communications → SMS

Permissions

  • None

low impact

 

EP-4731

FEATURE

 

Reporting - Provider/Employer Sub User reports - Primary user and Active filters

Overview

The reporting of Employer and Provider Sub-Users has been enhanced with the addition of Is Active User and Is Primary User filters.

Change to Functionality

Is Active and Is Primary user filters has been added to the following reports:

  • Employer → Employer Sub-Users

  • Provider → Provider Sub-Users

Impacted Areas

Reporting:

  • Employer → Employer Sub-Users

  • Provider → Provider Sub-Users

Permissions

None

low impact

 

EP-4686

FEATURE

 

Gateway - Add side drawer link for apprentice name and for EPA name

Overview

The gateway listing screens now display a drawer link for each Apprentice / EPA name, accessible by clicking on the respective name.

Changes To Functionality

The Apprentice/EPA name, previously plain text with no interactivity, now includes drawer links, allowing users to access summary details by clicking on either Apprentice/EPA name, which opens a drawer on the right side of the screen.

Impacted Areas

Gateway listing screens

Permissions

None

low impact

 

EP-4669

FEATURE

 

Entity Screens - Add filter for Active/Inactive

Overview

A new Active/Inactive filters has been added to the entities listing screens to enhance user experience across entities listing screens.

Changes to Functionality

  • Added active/inactive filter to entities listing screens

  • Active/Inactive dropdown is set to "Active" by default on entities screens

  • Users can filters by selecting active and inactive values from the dropdown

  • Users will be able to filter records based on the selected active/inactive filter from the dropdown in the entities listing screens.

Imapcted Areas

  • Provider listing screen

  • Employer listing screen

  • EPA/EPA(M) listing screen

  • QA listing screen

  • Awarding Organisation (AO) listing screen

Permissions

None

low impact

 

EP-4660

FEATURE

recommend training

new_permissions

Milestones - Phase 3

Overview

Various enhancements to the existing Milestones functionality within epaPRO, including reject/revert options for file uploads, editing of completed dates against milestones, extensions to incomplete milestones, and various screen tweaks.

Changes to Functionality

The pre-existing milestones functionality has been enhanced to provide more administrative tools, mainly focusing around correction of data. These are details below:

Changes to element alerts

Assessment type milestones would show as alerts against an element, if the result was not input at the time of the scheduled timestamp. Assessment type milestones should now no longer show as alerts, as these deadlines are already covered by the pre-existing warnings shown at component level, reminders, etc.

Label changes

The “Select version” button text has been changed to “Accept version”, as this is now a more accurate reflection of this button’s functionality. The label showing which file upload is selected has also been changed to say “Accepted”.

New custom drop-downs

The following custom drop-downs have been introduced, for use within this new milestones development:

  • Assessment Element Milestone Edit Completed Date Reason

  • Assessment Element Milestone Edit Due Date Extension Reason

  • Assessment Element Milestone Upload Rejection Reason

Ability to reject/revert a file upload

It is now possible to reject and revert uploaded files against a milestone that is a type of “File Upload”.

Rejection is available via the new “Reject Version” button, that will display against any non-accepted file. When rejecting, the user is asked to provide a reason via the side drawer (see custom drop-down Assessment Element Milestone Upload Rejection Reason), alongside an optional free-text description. This will mark the file as rejected, showing that this file is not to be used.

Once a file is accepted, it can also be reverted - reverting a file upload works in a similar way to the rejection above, where a reason needs to be provided (the reason codes are the same as the rejection codes). Note that reverting a file upload will cause the completed milestone to become incomplete, as there is now no accepted file against the milestone.

Note that the Accept button remains available against milestones, so that the currently Accepted file can be easily swapped to a new one - in this instance, the completed date is not updated (as a file is still accepted), and a default reason code is applied for the swap (this is configurable against the Assessment Element Milestone Upload Rejection Reason custom drop-downs).

Editing the completed date for a completed milestone

It is now possible to edit the completed date for a completed milestone, providing the user has sufficient permission (see the new Assessment -> Edit Assessment Element Milestone Completed Date permission). Please note that assessment type milestones cannot be edited, as this is managed by the result being added.

The edit can be performed using the pencil icon against the complete date within the milestone side drawer - clicking this button will allow for a new milestone complete date to be set (in the past), along with a reason (see custom drop-down Assessment Element Milestone Edit Completed Date Reason), alongside an optional free-text description.

Note that editing a completed milestone date will recalculate the due date for all incomplete milestones, using the rules provided against the schema

Editing the due date extension for an incomplete milestone

It is now possible to provide an extension to an incomplete milestone, providing the user has sufficient permission (see the new Assessment -> Edit Assessment Element Milestone Due Date Extension permission). Please note that assessment type milestones cannot be edited, as this is managed by the scheduled timestamp against the element.

The edit can be performed using the pencil icon against the due date within the milestone side drawer - clicking this button will allow for a new milestone due date extension to be set (both positive and negative numbers are accepted, along with “0"), along with a reason (see custom drop-down Assessment Element Milestone Edit Due Date Extension Reason), alongside an optional free-text description.

Note that editing the due date for an incomplete milestone will recalculate the due date for all incomplete milestones, using the rules provided against the schema

Copying assessment element milestones

In the case of a reschedule/resit/retake, where the copy option is offered for existing milestones, the following rules apply.

If one or more milestones are completed and are copied, any due date extensions are also copied alongside these. Incomplete milestones will not have their due date extension copied.

Copying a milestone will migrate the audit history (moved, not copied) from the old milestone to the new, copied milestone - this ensures that all of the audit history is visible against the latest booking, without clogging up the milestone audit report (see below).

Milestone audit log

Due to the number of manual changes that can now be made against a milestone, an audit log has been introduced to track any manual changes applied using the new functionality. This can be found within the milestones side drawer and clicking the audit log button near the milestone title. This will show various changes to a milestone, such as file accept/reject/revert, editing of due date extensions, and editing of completed dates.

This activity will allow users to track changes to milestones.

Communications

The following communications have been introduced to help track the changed detailed above:

  • Assessment → Assessment Element Milestone Upload Rejected

    • Enabled against the entity subject by default

  • Assessment → Assessment Element Milestone Upload Reverted

    • Enabled against the entity subject by default

  • Assessment → Assessment Element Milestone Upload Selected

    • Enabled against the entity subject by default

Reporting

The following changes have been made to reporting, to cater for the new functionality:

  • Assessment → Assessment Element Milestones

    • Added column element_milestone_due_at_extension, which shows the currently applied due date extension

    • Added column element_milestone_completed_at_edited, which shows “Yes” or “No”, depending if the completed date has been edited

    • Added column assigned_user_type, which shows the user type of the user assigned to the milestone

    • Added column element_milestone_created_at, which shows the milestone created date

    • Added filter User Type, which will filter based on the milestone’s assigned user’s user type

    • Added filter Created At to the list of dates within the available date filters

    • Added filter Element Type, which will filter based on the milestone element’s element type

  • Assessment → Assessment Element Milestones Audit

    • Controlled by new permission Reporting -> Assessment Element Milestones Audit

    • New report that shows the audit entries against each milestone

    • Can be filtered using all the normal filters, including Milestone Type, Milestone Component, and Audit Type

Impacted Areas

  • Assessment Plan

  • Milestones Side Drawer

  • Reporting

  • Communications

  • Assessment Profile

Permissions

  • Assessment → Edit Assessment Element Milestone Completed Date

    • Provided to owner and awardingorganisation system roles by default

  • Assessment → Edit Assessment Element Milestone Due Date Extension

    • Provided to owner system role by default

  • Reporting → Assessment Element Milestones Audit

    • Provided to owner and awardingorganisation system roles by default

low impact / medium impact

 

EP-4923

BUG

 

Assessment Plan - inconsistent behaviour of “is invited” toggles for attendees.

Overview

Fixed an inconsistency between the default of the “is invited?” toggle when adding attendees via the assessment plan.

Changes to Functionality

Before this change, the Add Attendee and Add Guest Attendee buttons defaulted the “Is Invited?” toggle to on, but the Add On Programme Assessor and Add Workplace Mentor buttons defaulted to off.

This development brings all these buttons in line, defaulting the toggle to on in all instances.

Impacted Areas

  • Assessment Plan

Permissions

  • None

 

 

EP-4915

BUG

 

Assessment Booking - business hours

Overview

 We have fixed a bug where missing business hours caused an error when displaying assessment booking capacity as the available capacity could not be accurately established.

Impacted Areas

 Assessment Booking

Permissions

No new permissions

 

 

EP-4910

BUG

 

Notifications - clearing user overrides for subject-type notifications doesn't fall back to defaults

Overview

Fixes a bug that showed no methods for subject type users after reset of user overrides.

Changes to Functionality

If user overrides were reset against a subject type notification from within the communications management area, it would result as showing “no methods” enabled for the user within their own communication settings. This ticket resolves that issue.

Note that this will also fix an issue that incorrectly used invalid settings when showing restricted settings within the GUI.

Both of these should only be front-end changes - notifications were sending as per these rules already, prior to these changes.

Impacted Areas

  • Communications management

Permissions

  • None

 

 

EP-4904

BUG

 

MS365 Events - Settings response requested

Overview

When booking MS365 events via epaPRO responses should be able to be collected by the organiser from the invitees. Per MS documentation this should be enabled by default to allow a better user experience but appears to not be so.

epaPRO will now set this to true so that invitees can respond to invites and the response will be sent to the organiser.

 

 

EP-4897

BUG

 

Assessment Profile - Unable to book a resit/retake/reschedule in some situations

Overview

Fixes a bug that prevented a user from booking a resit/retake/reschedule in limited circumstances

Changes to Functionality

If was possible for a resit/retake/reschedule to be unavailable if the logged in user’s entity id (i.e. provider, employer, qa) was the same as the id of the epa assigned against the element (and not the apprentice).

Impacted Areas

  • Assessment Profile

Permissions

  • None

 

 

EP-4877

BUG

 

Apprentice files - delete security enhancement

Overview

 We have enhanced the security surrounding the deletion of apprentice files.

Changes to Functionality

 It was previously possible to delete/unlink an apprentice file as the user that did not upload the file and did not have the Apprentice File > Delete Any permission.

Impacted Areas

 Apprentice Files

Permissions

No new permissions

 

 

EP-4871

BUG

 

Bulk upload - apprentice update for usernames that are not email addresses

Overview

 Apprentice bulk upload now allows for usernames that are not email addresses when updating apprentices.

Changes to Functionality

 We have fixed a bug where the apprentice bulk upload update was not able to find apprentices that had usernames that did not contain @ symbols (where they were not email addresses)

Impacted Areas

 Bulk Upload > Apprentice Update

Permissions

No new permissions

 

 

EP-4861

BUG

 

Support Materials - Editing the download URL allows users to see support material details

Overview

Fixes a potential security issue related to support materials download URL manipulation.

Changes to Functionality

An external user could (in some circumstances) use the download URL obtained via the “View Support Materials” screen to gain access to the edit/view versions of those support materials. The support materials rewrite prevents this from being possible.

Note in the case of gaining access to the edit screen, the user could not save changes to the support material - only see the data on the screen.

Impacted Areas

  • Support Materials

Permissions

  • None.

 

 

EP-4860

BUG

 

Support Materials - Entity Type is changed to "generic" when an existing support material is saved

Overview

Fixes a bug that caused non-generic type support materials to switch to generic when updated.

Changes to Functionality

It was possible for a entity specific type support material to switch back to a “generic” type support material when updated via the edit support materials screen. This issue should now be fixed so that the entity type is preserved.

Note that the entity was still remembered, but the type changed to generic - this caused the entity to appear under the incorrect tab within the support material listing screens.

Impacted Areas

  • Support Materials → Edit

Permissions

  • None

 

 

EP-4845

BUG

 

Assessment profile - Incorrect component progress colours

Overview

Fixed the assessment component progress colour on assessment profile.

Changes to Functionality

Fixed the issue where the assessment profile component incorrectly showed a yellow progress colour instead of blue for apprentices with booked bookings. Also it fixed the apprentices with pending booking, the progress is shown now with No Status. The assessment profile component progress colour now correctly appears as blue in booked bookings.

Impacted Areas

Assessment

Permissions

None

 

 

EP-4844

BUG

 

Fix for Assessment Element Attendees report "Apprentice Status" and "Element EPA" Filters

Overview

We fixed an issue where the Assessment Element Attendees Report showed an error when using the "Apprentice Status" and "Element EPA" filters.

Changes to Functionality

Previously the report did not load when "Apprentice Status" or "Element EPA" filters were applied and error message was displayed. Now, the report works properly when these filters are used.

Impacted Areas

-> Assessment Element Attendees Report

Permissions

No new permissions.

 

 

EP-4835

BUG

 

Support Materials - linking to a component no longer prevents users viewing it

Overview

Fixes a bug that prevented component based support materials from displaying to external users.

Changes to Functionality

It was not possible for a provider to view a component based support material, as the standard checks were not functioning correctly. This bug has been fixed within the new support materials manage/view screens.

Impacted Areas

  • Support Materials → View

Permissions

  • None

 

 

EP-4790

BUG

 

Assessment Booking - Fixed issue with incorrect schema displaying for apprentices

Overview

Fixed a bug that caused the new assessment bookings screen to display the incorrect schema for an apprentice when the schema had been manually changed through the assessment plan screen or gateway verification.

Changes to Functionality

We have updated how apprentices are displayed on the new assessment booking listing screens such that changes to the schema are displayed correctly.

Impacted Areas

  • Assessment Booking → Book, Pending, Rejected, Resit and Retakes.

Permissions

  • None

 

 

EP-4741

BUG

 

Fix for Date Range Filters on Apprentice and Meeting Booking Screens

Overview

Issues with date range filters, such as "Next xx days" or "Last xx days," have been resolved across multiple screens, including "Assign Apprentice" and "Manage Assessment Planning Meeting Bookings." These filters now provide accurate, date-based results as intended.

Changes to Functionality

Previously, date range filters on screens like "View Awaiting Apprentices," "Pending Assign Apprentice," and "Manage Assessment Planning Meeting Bookings" returned inaccurate results, occasionally showing dates outside the specified range (e.g. from 2020).

Now, date range filters reliably display results within the selected timeframe, improving usability and ensuring users can view relevant records based on the specified range.

Impacted Areas

-> Assign Apprentice -> View Awaiting Apprentices Screen
-> Assign Apprentice -> Pending Assign Apprentice Screen
-> Manage Assessment -> Planning Meeting Bookings
-> Reasonable Adjustments Screen
-> Record of Achievement
-> Assessment Planning
-> Gateway Review Screens

Permissions

No new permissions were introduced as part of this update.

 

 

EP-4710

BUG

 

Support Materials - now possible to download all support materials that can be viewed by the user

Overview

Fixes a bug that prevented some users from downloading support materials.

Changes to Functionality

In certain situations, it was sometimes possible for a user to see a support material within the main Support Materials → View screen, but was then unable to “Open” it due to permission checks.

The code has been updated so that any support material that appears within the new support materials manage/view pages should now be able to access that support material.

Impacted Areas

  • Support Materials → View

Permissions

  • None

 

 

EP-4605

BUG

 

Provider / Employer Sub User - Standard Filter and Specialism Filter Dropdown does not close when user click on Apply filters or Clear filters

Overview

Fixed the filters dropdown issue on assign apprentices modal pop-up of Provider/Employer sub-user when an EPAO click on apply or clear filters buttons.

Changes to Functionality

Fixed an issue where, when an EPAO opens the "Assign Apprentices" modal pop-up for a Provider/Employer sub-user and filters by "Standard" or "Specialism," the dropdown for these filters would not close after clicking the apply or clear filters buttons.

Impacted Areas

Provider / Employer Sub-Users

Permissions

None

 

 

EP-4391

BUG

 

Support Materials - Out of memory errors

Overview

Fixes a bug that prevented the support material manage/view screens from loading.

Changes to Functionality

Due to the number of support materials that are available on some customer sites, it was possible in some instances to overload the support materials manage/view screens so that they were unable to load, resulting in an “Out of memory” error.

This has now been resolved by rewriting / designing the support materials screens, making them much more scalable.

Impacted Areas

  • Support Materials → Manage

  • Support Materials → View

Permissions

  • None

 

 

EP-3723

BUG

 

Update Event Issue in Microsoft Teams Meeting for Assessment Planning

Overview

An issue was identified where users encountered an error while attempting to update the date and time of a Microsoft Teams meeting from the Manage Assessment Planning Meeting screen. This error has now been resolved, and the functionality works as expected.

Changes to Functionality

Previously, updating the date and time for a Microsoft Teams meeting in the Manage Assessment Planning Meeting screen caused an error, preventing users from completing the update. This was due to the system being unable to locate the associated event in the calendar. Now, users can successfully update the date and time for Microsoft Teams meetings without encountering any issues.

Impacted Areas

→ Planning → Manage Planning Meeting → edit → Date Scheduled field

Permissions

No changes to permissions.

 

 

EP-3136

BUG

 

Support Materials - Potential filter problems

Overview

Fixes various bugs within the pre-existing support materials page, as the screen has now been redesigned.

Changes to Functionality

Bugs regarding inconsistent filtering and “no items found” errors have been fixed by the new redesign of the support materials screen, as the tabs have been removed in favour of a more consistent combined list.

Impacted Areas

  • Support Materials

Permissions

  • None

 

 

EP-3095

BUG

 

Improved Error Handling for Teams missing Meeting ID in EPAPro

Overview

A fix has been applied to epaPRO to improve how Teams meetings are handled during planning and rebooking. Previously, if a Teams meeting ID was missing, the system would fail and block the rebooking process. This update ensures the system gracefully handles missing meeting ID without causing disruptions.

Changes to Functionality

The system now skips the cancellation process for Teams meetings if no meeting ID is found. This allows users to proceed with rebooking without errors. Previously, users would encounter issues and need technical assistance to resolve them.

Impacted Areas

→ planning Booking Meeting → edit

Permissions

No changes to permissions.

 

Epic Link key type Action Required Release Notes Title Release Notes Description Potential Impact
Loading...
Refresh