-
Notifications
You must be signed in to change notification settings - Fork 0
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: modifications to remove wanings updated enrollment service #6
Conversation
fine tuning code and readme Improved enrollment service API Stopping inline iframe usage for now
function updateIframeSrc(href, liText) { | ||
if (liText.includes('AnyWindow')) { | ||
function updateIframeSrc(href, launchMethod) { | ||
// TODO: Uncomment the code below when we have figured out a workaround of limitations imposed by |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no commented code here.
{% if index_page_url %} | ||
<h5 class="xblock-title mb-2"> {% trans "Available Assignables:" %}</h5> | ||
<!-- <h5 class="xblock-title mb-2"> {% trans "Available Assignable Units:" %}</h5> --> | ||
<div class="{% if cmi5_xblock.au_has_any_window %}cmi5-nav cmi5-column{% endif %}"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
au_has_any_window
is not being assigned any value except for default until this comment resolves.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CMI5 xblock has an installation issue in tutor quince as it doesn't automatically install by tutor mounts add <path/to/xblock>
. We can maybe add that in the README troubleshooting section.
Otherwise LGTM. 👍
fine tuning code and readme
Improved enrollment service API
Stopping inline iframe usage for now
Merge checklist:
Check off if complete or not applicable: