mirror of
https://github.com/wekan/wekan.git
synced 2026-01-09 11:08:50 +01:00
We cannot rely on the automatic userId setting of the collection hooks. If a user is created during invitation, the userId field will contain the id of the inviting user. This fix this, by mocking the CollectionHooks.getUserId function and returning the userId of the new user for all new documents after creating the user. |
||
|---|---|---|
| .. | ||
| activities.js | ||
| attachments.js | ||
| avatars.js | ||
| boards.js | ||
| cardComments.js | ||
| cards.js | ||
| export.js | ||
| import.js | ||
| lists.js | ||
| unsavedEdits.js | ||
| users.js | ||
| watchable.js | ||