Drupal side Register button updates - #713
Conversation
…ond line of text - and IE-specific styling
There was a problem hiding this comment.
Any particular reason we're using lowercase? (Isn't the ISO standard uppercase?) And are we saying that the right way to denote free is 0 + "usd"?
Do we need a unique constraint on (course_id, mode, currency)?
There was a problem hiding this comment.
I used lowercase because that's what was being used in the existing payment/order infrastructure. I suspect this is because Cybersource uses the lower case codes.
I do think a uniqueness constraint there makes sense. I'll put it in.
|
👍 |
|
@dianakhuang and @frrrances, this looks good to me. I just made a few quick tweaks to the Sass/rendered CSS to use the $white variable and to match our opacity standards (so we can keep up hope of cleaning this someday :P). Your previous work looks solid, thx! - 👍 |
Drupal side Register button updates
Don't use the search API to retrieve all threads.
…ration_p2 Add aggregate function for ga_operation tools openedx#617
bump grade book app version
…rt-button Migrates shopping cart button css to forum
Proversity/staging
) Fix user creation process in the sysadmin dashboard. Cherry-pick from the commit 4e1a937 by a-kryachko
…dx#713) Co-authored-by: Renovate Bot <bot@renovateapp.com>
* feat: add "Edit on Github" button in breadcrumbs Currently, viewers of documentation would need to know alot about a page to know where they need to go to fix outdated docs. "Edit on Github" button should decrease the barrier in entry for improving docs. * chore: running upgrade to get new edx-spinx-theme
* feat: Validate country input during student registration Added validation to ensure that the country code provided during student registration is valid. If the country code is invalid, an error message is appended to the row errors for appropriate feedback. * feat: Trigger event on student registration completion - Added functionality to send a STUDENT_REGISTRATION_COMPLETED event upon successful user creation - This signal is used to create EdlyMultiSiteAccess objects that give tenant access
@ormsbee @talbs