Kira Miller
Kira Miller
Adds a prop to Card component to include an image url/file as a fallback if the previously given url/file doesn’t load Example from enterprise's [Explore Catalog](https://explore-catalog.edx.org/?enterprise_catalog_query_titles=A%20la%20carte&availability=Available%20Now&availability=Starting%20Soon&availability=Upcoming) ![Screen Shot 2022-08-17 at...
Our PM made a mistake when fetching the course keys, here are the updated ones along with error handling.
https://2u-internal.atlassian.net/browse/ENT-6465 **Merge checklist:** - [ ] Any new requirements are in the right place (do **not** manually modify the `requirements/*.txt` files) - `base.in` if needed in production but edx-platform doesn't...
Jira Ticket: **Merge checklist:** - [ ] Any new requirements are in the right place (do **not** manually modify the `requirements/*.txt` files) - `base.in` if needed in production but edx-platform...
Removing logo and site column and adding in the active learner portal boolean on enterprise customer django summary page. [Jira Ticket ](https://2u-internal.atlassian.net/browse/ENT-9184) Before:  After: **Merge checklist:** - [x] Any...
  To test: - In EnterpriseAppRoutes.jsx change line 120 to ` {enterpriseAppPage === ROUTE_NAMES.peopleManagement && (` -...
Adding in an endpoint for the data table that is created in this ticket. We will be fetching info about the user (email, date_joined, name) from the enterprise_customer_user, and then...
# Testing plan - Checkout branch `kiram15/ENT-10992` and run `npm run start:stage` locally - Go to admin portal with a trial and paid self service subscriptions (ex: gg-peach has expired...
https://github.com/user-attachments/assets/550cfb6e-84e6-436b-9b7d-6ed18b9fb0dd ## Description There was a [previous bug fix](https://github.com/openedx/paragon/pull/3639) for the filters on DataTable, but this fix introduced a [new bug](https://2u-internal.atlassian.net/browse/ENT-10858) where checkboxes were filtering correctly, but did not visually...
When we delete an EnterpriseGroup, we want to send a post_delete signal that deletes the PolicyGroupAsscoiation from enterprise-access using the endpoint from [this PR](https://github.com/openedx/enterprise-access/pull/677). [Jira ticket ](https://2u-internal.atlassian.net/browse/ENT-9904) **Merge checklist:** -...