First time commenter, so please bear with me.

This may not be a bug, maybe it's a feature request, but as far as I can see the "Edit Registrations" permissions do not seem to work in that after checkout users get a 403 when visiting /registration/##/edit

I note that this has been raised as an issue with Entity Registration at https://drupal.org/node/1462796, but the patches and submodules provided there do not seem to affect Commerce Registraiton.

Comments

mradcliffe’s picture

This happens because the registration entity is saved without an author because the user hasn't been created yet in the Commerce work flow.

The only option I came up with was to reconcile each registration that was created manually via Views Bulk Operations. Yes, this is a pain and is broken. I noted it initially as the #1 issue in #1777336: Anonymous checkout creates broken registration entities.

amillionmonkeys’s picture

But even with VBO and Rules I can't edit the author_id as apparently "The selected data property doesn't support writing." ?

mradcliffe’s picture

It's supported in the dev version of entity registration.

blacklabel_tom’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Hi,

As entity registration has moved on a lot since the dev version mentioned in comment #3 I'm closing this issue assumed fixed.

If this isn't fixed, then feel free to re-open.

Cheers

Tom