Opened 16 years ago
Closed 16 years ago
#874 closed Enhancement (fixed)
Hide "plan class" column in apps.php if not needed
Reported by: | Nicolas | Owned by: | davea |
---|---|---|---|
Priority: | Trivial | Milestone: | Undetermined |
Component: | Web - Project | Version: | 6.6.20 |
Keywords: | Cc: |
Description
If a project has no GPU apps and doesn't use plan_class
for any other purpose (like multithreaded apps), there is still a column "Plan class" in the application table, wasting space and possibly confusing the user.
Patch attached that removes the Plan class column if the project doesn't have any application version with a plan_class.
Attachments (2)
Change History (3)
Changed 16 years ago by
Attachment: | apps_plan_class.diff added |
---|
Changed 16 years ago by
Attachment: | apps_readable_variables.diff added |
---|
Changes two local variable names to actually say what they are for. (the _f suffix stands for "formatted")
comment:1 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Removes "Plan class" column from apps.php HTML output if there is no app_version with a plan class, and removes <plan_class> from XML output from each app version with no plan class.