Skip to content
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: set collections for a library component [FC-0062] #35600

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    bf17dbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5d3b69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40a63e4 View commit details
    Browse the repository at this point in the history
  4. fix: lint issues

    navinkarkera committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d18d5ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac59d53 View commit details
    Browse the repository at this point in the history
  6. chore: fix docs

    navinkarkera committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    fa8ad9e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b7a782 View commit details
    Browse the repository at this point in the history
  8. fix: lint issues

    navinkarkera committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e007398 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0a438d0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4c8ab8a View commit details
    Browse the repository at this point in the history
  11. fix: lint issues

    navinkarkera committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    86b8cdd View commit details
    Browse the repository at this point in the history
  12. fix: remove collection-entity through model post_delete signal handler

    The indexing update is already handled by m2m_changed handler.
    navinkarkera committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    cd9eec9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    97ad3ba View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    baa10fc View commit details
    Browse the repository at this point in the history
  15. fix: use get_components in m2m_changed signal handler

    Using `get_collection_components` does not work in case of post_remove
    as the component is already removed from collection and we don't really
    need additional filtering as we already have pk_set from the signal.
    navinkarkera committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e553ec0 View commit details
    Browse the repository at this point in the history