Project

General

Profile

Actions

Improvement #1821

closed

Move inheritance related routes from redmine_table_calculation to redmine_table_calculation_inheritance

Added by liaham over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
Compatible Redmine Version:

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
Actions #1

Updated by liaham over 1 year ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF