Actions
Improvement #1821
closedMove inheritance related routes from redmine_table_calculation to redmine_table_calculation_inheritance
Start date:
Due date:
% Done:
100%
Estimated time:
Compatible Redmine Version:
Pull Request Link:
Description
resources :projects do
resources :spreadsheets do
resources :spreadsheet_rows, except: %i[show], shallow: true
# Move what is commented to redmine_table_calculation_inheritance
# resources :calculation_configs, except: %i[index new create show edit update destroy] do
# resources :spreadsheet_row_results, except: %i[show], shallow: true
# end
end
end
Updated by liaham over 1 year ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Actions