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

Fix Source Course Option only to Current Course in Duplication Data #7298

Closed
wants to merge 5 commits into from

Commits on Aug 1, 2024

  1. refactor(duplication): remove source course choosing

    - only allow duplication from current course
    - remove all APIs used only in choosing source course
    - change page title in duplication page to include course title
    bivanalhar committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    48c84d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    040482e View commit details
    Browse the repository at this point in the history
  2. refactor(duplication): reorganise files

    - split multiple components in one file into multiple files
    bivanalhar committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    0326668 View commit details
    Browse the repository at this point in the history
  3. fix(test): adjust duplication test and remove source courses list

    - due to change in the UI for duplication page
    - source course button needs to be removed
    bivanalhar committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    2f568df View commit details
    Browse the repository at this point in the history
  4. fix(duplication): keep form value when duplicating

    - after migrating to tsx, all values in form reset to initial values
    - update redux to update the initial values as well
    bivanalhar committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    2fe03fd View commit details
    Browse the repository at this point in the history