Dropdown loading time preformance fix
Compare changes
Files
3- tiagonbotelho authored
+ 14
− 2
@@ -90,6 +90,12 @@ class Project < Grape::Entity
@@ -341,12 +347,18 @@ class ProjectService < Grape::Entity
Optimizes the performance of the dropdown load time by just sending the required data to load the dropdown instead of the full object
This MR aims to fix #17474 (closed)