nerds-and-company / schematic

Craft Setup Sync
MIT License
136 stars 14 forks source link

Fix assignUserGroup permission serialization bug #151

Closed Zae closed 6 years ago

Zae commented 6 years ago

The assignUserGroup permission was being serialized as an empty string, now it will serialize as 'assignUserGroup:' and correctly import.

Fixes #150

I could not get the testsuite to work on my local environment so sadly I did not add any tests.