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

fix: entity creation in sync collections #2234

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Nov 7, 2024

  1. feat: activate segment visibility field in generic elements (ComPlat#…

    …1702)
    
    * Update user profile:
    
    Added Layout details for generic elements
    
    * Added ElementDetailSortTab to the generic elements. This allows to sort and hide segment tabs in generic elements.
    
    During development some bugs were fixed that were not part of this problem:
    
    * The 'class' property was changed to className in several elements
    * The popover for hiding and sorting the segments was placed correctly under its button
    StarmanMartin authored and ptrxyz committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    642faf1 View commit details
    Browse the repository at this point in the history
  2. fix: ensure wait_until is set for cron delayed jobs when initializing…

    … the app
    
    so that job's run_at does not default to ~ created_at
    
    - refactor delayed_job initializer:
    
    moved cron scheduling logic out of the initializers to an ActiveJob
    
    - added notes about idempotent initialization
    
     PC jobs: molecules LIFO
    
        TODO: filter invalid molecules
    PiTrem authored and ptrxyz committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    67199ab View commit details
    Browse the repository at this point in the history
  3. chore: prepare v1.9.3

    PiTrem authored and ptrxyz committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    e5d86dd View commit details
    Browse the repository at this point in the history
  4. fix: you can now create entities in sync collections if you own a col…

    …lection with same id as the id of the share
    ptrxyz committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    be59ce7 View commit details
    Browse the repository at this point in the history