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

store display-name on insert #172

Closed
wants to merge 1 commit into from

Conversation

ArtificialOwl
Copy link
Member

@ArtificialOwl ArtificialOwl commented Sep 28, 2023

this is missing on insert, as it is already on update:

->set('user_id', $qb->createNamedParameter($lock->getOwner()))
->set('owner', $qb->createNamedParameter($lock->getDisplayName()))
->set('scope', $qb->createNamedParameter($lock->getScope()))
->where($qb->expr()->eq('id', $qb->createNamedParameter($lock->getId())));

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
@juliusknorr
Copy link
Member

Thanks, let me close this as I've included the change in here in #391 with already resolved conflicts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants