Pierre Mailhot

Results 26 comments of Pierre Mailhot

While I agree with Régis about the upstream problem with the open-release/olive.master, the README page of the repositories does include a unique link to the tarball for v1.1 . Is...

Yes. The only problem I have encountered is with the demo course that is imported by Tutor.

I will close this issue as it only applies to the demo course. Export of other courses do work.

I don't seem to have any issues selecting fr_CA in the account MFE and having pages translated to fr_CA. It could be very language specific. Maybe some of the languages...

Thanks for the reminder @mariajgrimaldi. I had planned to look into it when @fayyazahmed66 raised the issue and try it on one of our systems but completely forgot about it...

@fayyazahmed66 I would need more details about what you were trying because I can definitely access the product details for the course I created. Question: are you using the Course...

I see what you mean now. It is when trying to access the course in the course administration tool not in the products page for Oscar.

I also tried a course with a session ending with .9 instead of .09 and I had the same behavior. course-v1:UMontreal+Session101.2+2023.9 and course-v1:UMontreal+Session101+2023.09

I don't know how to solve it yet, but it is clear the problem would be in the ecommerce/ecommerce/core/constants.py file where COURSE_ID_REGEX is defined. it is currently COURSE_ID_REGEX = r'[^/+]+(/|\+)[^/+]+(/|\+)[^/]+'...

Based on the substrings I suspect that it should be **COURSE_ID_REGEX = r'[^/+]+(/|+)[^/+]+(/|+)[^/+]'** but I will try it first in my fork of ecommerce.