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

Associations from config #1194

Merged
merged 1 commit into from
Oct 22, 2024
Merged

Conversation

didoda
Copy link
Member

@didoda didoda commented Oct 22, 2024

This provides a way to extend the associations from a Schema configuration.

Example:

// in config/app_local.php
'Schema' => [
    'associations' => [
        'Captions',
    ],
],

In a model type form:

image

@didoda didoda added this to the 4.x milestone Oct 22, 2024
Copy link

codecov bot commented Oct 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.70%. Comparing base (98b27f5) to head (669fbff).
Report is 6 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1194   +/-   ##
=========================================
  Coverage     99.70%   99.70%           
+ Complexity     1313     1310    -3     
=========================================
  Files            97       97           
  Lines          5030     5113   +83     
=========================================
+ Hits           5015     5098   +83     
  Misses           15       15           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@batopa batopa merged commit 02fbc59 into bedita:master Oct 22, 2024
14 checks passed
@batopa batopa deleted the feat/associations-config branch October 22, 2024 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants