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: APIs path and archive fix #450

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

saeedbashir
Copy link
Contributor

This PR address small issues with API paths and errors while creating archive.

  1. Path issues:
    Some API paths are starting without the /. Ideally it should work and it works sometimes because of appendingPathComponent. But most of the time, it fails and path becomes HostURLAPIPath instead of HostURL/APIPath. Added the / to the API paths where it was missing.

  2. Archive issue:
    Some mock code was without the #if DEBUG and it was throughing an error while creating an archive.

  3. Theme
    Some changes to fix the edX theme. These changes will not impact the openedX theme.

@saeedbashir saeedbashir changed the title fixes: APIs path and archive fixes fixes: APIs path and archive fixe Jun 7, 2024
@saeedbashir saeedbashir changed the title fixes: APIs path and archive fixe fixes: APIs path and archive fix Jun 7, 2024
Copy link
Contributor

@volodymyr-chekyrta volodymyr-chekyrta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@volodymyr-chekyrta
Copy link
Contributor

Please fix Lint Commit Message

@saeedbashir saeedbashir changed the title fixes: APIs path and archive fix fix: APIs path and archive fix Jun 7, 2024
@saeedbashir saeedbashir merged commit 0933ddd into openedx:develop Jun 7, 2024
3 checks passed
@saeedbashir saeedbashir deleted the saeed/fixes branch June 7, 2024 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants