You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #1987 limits /edit/:id access to a list of authors, and facilitates adding authors to that list (via an invitedAuthors intermediary step). The resulting PR #2561 does most of what was requested, but deferred on "removal of authors" (implementing edit authorisation was urgent).
This issue repeats the need for a method for two things:
removing a co-author from a brew — limited to only authors[0] being permitted to do so
promoting a co-author to authors[0] — to hand over control
The text was updated successfully, but these errors were encountered:
This looks to be handling when a user comes in on an in invite and saves the first time. This also suggests to me that you only transition from an invitee to an author by saving.
Your idea:
Issue #1987 limits
/edit/:id
access to a list of authors, and facilitates adding authors to that list (via aninvitedAuthors
intermediary step). The resulting PR #2561 does most of what was requested, but deferred on "removal of authors" (implementing edit authorisation was urgent).This issue repeats the need for a method for two things:
authors[0]
being permitted to do soauthors[0]
— to hand over controlThe text was updated successfully, but these errors were encountered: