Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable ability for users to select tasks they mapped #5953

Merged
merged 2 commits into from
Sep 5, 2023

Commits on Aug 23, 2023

  1. Enable ability for users to select tasks they mapped

    - Emend popup text to "This task was mapped by you"
    - Remove the not-allowed cursor implementation
    HelNershingThapa committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    aa9460f View commit details
    Browse the repository at this point in the history
  2. Add "Deselect and validate" button in lock error modal

    - Enhances the `LockError` modal by introducing a "Deselect and Continue" button. The button is displayed when a `CannotValidateMappedTask` task lock error occurs. The "Close" button is shown with the primary variant when only a single task is selected.
    - Conditionally displayed the buttons based on the user's selected tasks and mapping status.
    - Separated the action buttons into a new component named `LockErrorButtons`.
    - Moved the logic for handling task deselection and validation into the `LockErrorButtons` component.
    - Updated the existing test cases to reflect the new changes made in the `LockErrorButtons` component.
    HelNershingThapa committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    f1f1acd View commit details
    Browse the repository at this point in the history