Skip to content

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.

3 participants