UserGroups in V14 Migrations
# package-development
m
Has anyone updated userGroups in a migration in 14 yet I was using the IUserService before but everything is Async now (WHOOP) but migrations arent :S
w
I assume to auto assign a new section to all users or something once package installed ?
Would imagine Forms may auto assign the section and perhaps someone from HQ mayh be able to help you @Matt Wise
m
Had to add it manually in 14 so know there must be some code in forms 🙂 there is obsolete non async versions so I can work around it for now. Great shout on forms I'll take a peek 😁
I have a feeling your not meant to use the services at all in migrations so might just have to do queries and inserts
w
Let us know what you find out
m
I had a peek at another HQ package and found .Result so going with that for now
2 Views