Skip to content

Commit

Permalink
Merge pull request #1242 from axonivy-market/document/IVYPORTAL-17898…
Browse files Browse the repository at this point in the history
…-Apdat-case-owner-in-Portal

document/IVYPORTAL-17898-Apdat-case-owner-in-Portal
  • Loading branch information
chnam-axonivy authored Nov 25, 2024
2 parents 6f02300 + 453374c commit dbe2f92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ The basic JSON structure of the case widget

- ``endTimestamp``: end date and time of the case

- ``owner``: case owner
- ``owner``: list of case owners

- ``actions``: for further actions like ``access case details``,
``case business details``, ``destroy case``
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ Changes in 12.0.0
- Introduce the component IFrameTaskConfig to configure IFrame tasks. Refer to :ref:`iframe-configure-template` for more information.
- The :ref:`full task list page <full-task-list>` and :ref:`full case list page <full-case-list>` have been redesigned to align with the concept of a dashboard widget.
It now functions as a dashboard with a single, full-width widget. To configure it, you can adjust it like any other widgets.
- Support multiple case owners. The single case owner sort feature is removed.

Changes in 11.2.0
-----------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ In the case list, additional information is also integrated into the highlighted
- **State**: The current state of the case (e.g., Open, Done, Deleted).
- **Created On**: The creation date of the case.
- **Finished On**: The completion date of the case.
- **Owner**: The current owner of the case.
- **Owners**: The current owners of the case.

When a user jumps to the first case element using a shortcut, the screen reader reads the information in the following format:
"Case Name: `<case name>` - State: `<state>` - Created On: `<creation date>` - Finished On: `<finish date>` - Owner: `<owner name>`."
"Case Name: `<case name>` - State: `<state>` - Created On: `<creation date>` - Finished On: `<finish date>` - Owners: `<first owner name>`."
If the selected task or case is not in the "Completed" state, all relevant details are read aloud to inform the user of the current status.

Language Support for Screen Readers
Expand Down

0 comments on commit dbe2f92

Please sign in to comment.