I face a very strange problem.

I have set the organization name in the advance settings and this name 
overrides on the dashboard the name I set when I created the course but on 
the search page the name doesn’t be overridden (see the picture)!

[image: Image 030]

I have searched this issue more and I have found that both pages (index and 
courseware/courses.html) finally include the same page, /course.html, 
inserting the following code

<h2 class=“course-name”>
<span class=“course-organization”>${course.display_org_with_default}
<span class=“course-code”>${course.display_number_with_default}
<span class=“course-title”>${course.display_name_with_default}
</h2>

Inspecting the live code I found that the index.html has this section
*<article class=“course” id=“${course.id}” role=“region” 
aria-label=“${course.display_name_with_default}”>* which is the same as the 
section from /course.html.

Inspecting the code of the course search page (courseware/courses.html) I 
found that this section is a little different <article class=“course” 
role=“region” aria-label=“${course.display_name_with_default}”>, there is 
no id.

Why? Any help?


-- 
***Please note! This Google Group has been deprecated - visit 
https://discuss.openedx.org/
--- 
You received this message because you are subscribed to the Google Groups 
"General Open edX discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to edx-code+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/edx-code/6e2ffc8f-1596-40ee-8a4c-9f8ac78ecdd4n%40googlegroups.com.

Reply via email to