Skip to content

Commit

Permalink
document changes to add contributor in share tab
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasfranck committed Jun 24, 2021
1 parent 397af07 commit c962b08
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ugent/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,16 @@
and has scheme "orcid", then it is copied
to all contributors with the same email as that user

* adds Contributor.roles, a list of possible roles in class Contributor

* adds Role.on_destroy that automatically removes Contributor with same email and plan_id

* adds RolesController.after_action on method "create" that catches
parameter "contributor" and creates a Contributor with same plan_id, email,
and sets the rest of the attributes from role.user

* adds PlanPolicy#update_role_with_contributor? for new controller method Ugent::RolesController#update_role_with_contributor

- app/controllers/ugent/legacy/projects_controller.rb

adds legacy routes to redirect
Expand Down

0 comments on commit c962b08

Please sign in to comment.