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 hasOne and hasMany setting in BREAD #5194

Merged
merged 2 commits into from
Jan 29, 2021

Conversation

MrCrayon
Copy link
Collaborator

@MrCrayon MrCrayon commented Jan 9, 2021

Store the was picking the wrong table for hasOne and hasMany.
It should be the same table so it can be populated server side.

Removed the check for display:block because everything is done with javascript at startup with trigger('change')

Fixes #5074

"Store the" was picking the wrong table for hasOne and hasMany.
It should be the same table so it can be populateed server side.

Removed the check for `display:block` because everything is done with javascript at startup with `trigger('change')`
@MrCrayon MrCrayon added the bugfix label Jan 9, 2021
@codecov
Copy link

codecov bot commented Jan 9, 2021

Codecov Report

Merging #5194 (8d5f590) into 1.4 (2dde64c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##                1.4    #5194   +/-   ##
=========================================
  Coverage     63.37%   63.37%           
  Complexity     1394     1394           
=========================================
  Files           195      195           
  Lines          4120     4120           
=========================================
  Hits           2611     2611           
  Misses         1509     1509           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2dde64c...8d5f590. Read the comment docs.

@emptynick emptynick merged commit cb98889 into thedevdojo:1.4 Jan 29, 2021
@MrCrayon MrCrayon deleted the fix-hasone-hasmany-bread-settings branch February 11, 2021 03:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Has one" relatinship displays no results
2 participants