-
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
feat: assign taxonomy to organizations [TEMP] #23
feat: assign taxonomy to organizations [TEMP] #23
Conversation
manage-orgs -> taxonomy-detail -> taxonomy-menu -> manage-orgs
…-assign-taxonomy-to-organizations
…-assign-taxonomy-to-organizations
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## rpenido/fal-3532-import-taxonomy #23 +/- ##
===================================================================
Coverage ? 89.35%
===================================================================
Files ? 479
Lines ? 7606
Branches ? 1626
===================================================================
Hits ? 6796
Misses ? 782
Partials ? 28 ☔ View full report in Codecov by Sentry. |
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.
overflow: visible !important; | ||
|
||
.pgn__modal-body { | ||
overflow: visible; |
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.
@rpenido Could you add the reason of this style in a comment?
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.
@rpenido Looks good, great work! 👍
|
…v1.177.9 (openedx#762) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This implements filtering taxonomies on the taxonomy list page by selecting organization name, all taxonomies, or unassigned taxonomies.
This change adds a new button in the Taxonomy List to allow users to create new taxonomies by importing a CSV/JSON file.
Add support for fetching content data for Library V2 components in content tags drawer.
Closed in favor of openedx#760 |
TEMP