Vote #80865
完了Re-implement admin project list using ProjectQuery system
0%
説明
This would be nice to have now that #29482 is introduced. It seems an issue for this separate task isn't yet available, so I'll create it hereby.
journals
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
I made a patch to allow ProjectQuery filters on the admin project list and attach it.
After applying the patch, ProjectQuery will be available on admin project list as shown in the screenshot below.
!{width:800px}project-query-available-on-admin-project-list.png!
--------------------------------------------------------------------------------
Thank you for that patch!
We recently did some work on that Admin projects list at "Planio":https://plan.io/redmine-hosting and will be rolling out this feature soon.
I've rebased the original patch and fixed some Rubocop offenses, this is patch 0001 of the attached series. The second patch adds a context menu to the admin projects listing, replacing the last column of action links with the triple dot link and adding multi-select capability with checkboxes, just like in the issues list. The third patch introduces a background job for project deletion (this is basically the same as submitted in #36691). I included it here because the fourth patch, which introduces deletion of multiple selected projects at once, depends on this one.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Committed first two patches, thanks!
--------------------------------------------------------------------------------
I'm going to commit last two patches as part of #36691.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
relates,New,36691,Background job and dedicated status for project deletion
duplicates,Closed,12072,Add filtering to project list in administration
precedes,Closed,29482,Query system for Projects page