blackst0ne
27c95364b5
Replace '.team << [user, role]' with 'add_role(user)' in specs
2017-12-22 19:18:28 +11:00
Robert Speicher
72a7b30c9f
Change all :empty_project
to :project
2017-08-02 17:47:31 -04:00
Semyon Pupkov
a92c0f9c11
Use archived trait for project in specs instead model column
2017-01-22 19:19:45 +05:00
Robert Speicher
a3d8c0b227
Convert MoveToProjectFinder specs to use :empty_project
2017-01-19 17:16:38 -05:00
Paco Guzman
ff903e6453
Move to project dropdown with infinite scroll for better performance
...
Use just SQL to check is a user can admin_issue on a project
Using offset pagination instead pages to avoid a count query
Tradeoff
- we duplicate how we check admin_issue in a SQL relation in the Ability class
2016-08-18 15:31:51 +02:00
Paco Guzman
03386633a4
Move to project dropdown with infinite scroll for better performance
...
Use just SQL to check is a user can admin_issue on a project
Tradeoff
- we duplicate how we check admin_issue in a SQL relation in the Ability class
2016-08-17 07:33:51 +02:00