Actions
Feature #1812
closedxmera Omnia - Collection #1737: Improve table module
Add projects as custom field for tables
Start date:
Due date:
% Done:
100%
Estimated time:
Compatible Redmine Version:
Pull Request Link:
Description
Projects should be available as custom field for tables.
This feature should be used for listing depended resources in a business impact analysis table.
Updated by liaham over 1 year ago
- Target version changed from unreleased to 2.1.0
Updated by liaham over 1 year ago
- Is duplicate of Feature #1375: Add objects to custom fields, issue tracker and the like added
Updated by liaham over 1 year ago
When using project format type for grouping of issues or projects this error will pop up:
Query::StatementInvalid: Mysql2::Error: Unknown column 'FALSE' in 'order clause'
These are the params submitted:
Started GET "/projects/isms-projekt/issues?utf8=%E2%9C%93&set_filter=1&sort=id%3Adesc&f%5B%5D=status_id&op%5Bstatus_id%5D=o&f%5B%5D=&c%5B%5D=tracker&c%5B%5D=status&c%5B%5D=priority&c%5B%5D=subject&c%5B%5D=assigned_to&c%5B%5D=updated_on&c%5B%5D=cf_97&group_by=cf_97&t%5B%5D=" for <ip> at 2023-12-02 11:11:27 +0100
Processing by IssuesController#index as HTML
Parameters: {"utf8"=>"✓", "set_filter"=>"1", "sort"=>"id:desc", "f"=>["status_id", ""], "op"=>{"status_id"=>"o"}, "c"=>["tracker", "status", "priority", "subject", "assigned_to", "updated_on", "cf_97"], "group_by"=>"cf_97", "t"=>[""], "project_id"=>"isms-projekt"}
Updated by liaham over 1 year ago
Does it make sense to support 'searchable` feature for custom fields?
Updated by liaham over 1 year ago
Test issues
- target_class should respond to
fields_for_order_statement
Updated by liaham over 1 year ago
- Is duplicate of deleted (Feature #1375: Add objects to custom fields, issue tracker and the like)
Updated by liaham over 1 year ago
- Status changed from New to In Progress
- Assignee set to liaham
Updated by liaham over 1 year ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Updated by liaham over 1 year ago
- Related to Feature #1838: Add descriptions for new table module feature added
Actions