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

add back magazine to post dto when in magazine view #676

Merged
merged 1 commit into from
Apr 6, 2024

Conversation

e-five256
Copy link
Member

noticed that the microblog form for new post wasn't automatically populating with magazine when on the magazine view. tracked it down to this value

$dto->magazine = $magazine;
being not set after the move to the combined front controller. should work now

before (on magazine microblog page load without doing anything)

image

after (on magazine microblog page load without doing anything)

image

related #453

@e-five256 e-five256 added the bug Something isn't working label Apr 6, 2024
@e-five256 e-five256 merged commit 93e93a7 into main Apr 6, 2024
7 checks passed
@e-five256 e-five256 deleted the e5/microblog-magazine-formdto branch April 6, 2024 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants