aces / cbrain

CBRAIN is a flexible Ruby on Rails framework for accessing and processing of large data on high-performance computing infrastructures.
GNU General Public License v3.0
70 stars 43 forks source link

Public project type does not appear in dropdown #1323

Open MontrealSergiy opened 1 year ago

MontrealSergiy commented 1 year ago

The project groups/category in drop-downs are sometimes different from project types shown say in tables. For example, there is no Public category in drop down, yet some projects are shows as of Public type elsewhere. Note the filters dropdown code is different from groupped project categories e.g. it a task project dropdown. See a snapshot below (for filter)

Note that filter dropdown is different from task project categories.

Screenshot from 2023-04-13 15-45-13

MontrealSergiy commented 1 year ago

dropping a premature return in pretty names method or more carefully handling public and such into preparatory part will fix the categorized list (but not filter) ( see an attempted solution admingroup PR )