Problem/Motivation
Currently there's no way to migrate permissions onto users in the system, because the permissions aren't entities and also aren't real fields attached to the user object.
Proposed resolution
The easiest solve seems to be just adding a destination plugin to handle this. I put together a first attempt at one in this patch.
| Comment | File | Size | Author |
|---|---|---|---|
| permissions_by_term-migration.patch | 5.37 KB | jacobbell84 |
Issue fork permissions_by_term-3181346
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
damyon commentedConfirming that the patch here works for me and allows me to migrate the "Allowed terms" for a user.
Comment #3
jacobbell84 commentedComment #4
jepster_Comment #7
marcoliverLooks good, merging in a moment. Will tag a new release later today or tomorrow.
Comment #9
marcoliverComment #10
marcoliver