appsembler / edx-platform

Appsembler Tahoe fork of Open edX. Branches: `main` for Juniper and `hawthorn/main` for Hawthorn.
https://appsembler.com/products/tahoe/
GNU Affero General Public License v3.0
13 stars 15 forks source link

Improve the sanitize_next_parameter method with handling new cases #1407

Closed VladyslavTy closed 1 month ago

VladyslavTy commented 2 months ago

Change description

Handle new cases for sanitize_next_parameter method. The current realization skip the URLs with the following pattern course-v1:test-sandbox PREP-CORE C. We are not expecting to have any space symbols in course_id, so the changes replace it with '+' .

Type of change

Related issues

Fix [#1]()

Checklists

Development

Security

Code review

github-actions[bot] commented 2 months ago

Checking git merge conflicts against https://github.com/openedx/edx-platform.git

Comparing with open-release/nutmeg.master
Benchmark conflicts with main 301
Current conflicts 301
Summary Good work! No added conflicts.
Comparing with master
Benchmark conflicts with main 331
Current conflicts 331
Summary Good work! No added conflicts.
github-actions[bot] commented 1 month ago

Checking git merge conflicts against https://github.com/openedx/edx-platform.git

Comparing with open-release/nutmeg.master
Benchmark conflicts with main 301
Current conflicts 301
Summary Good work! No added conflicts.
Comparing with master
Benchmark conflicts with main 331
Current conflicts 331
Summary Good work! No added conflicts.