Project

General

Profile

Refactoring #312

Updated by liaham almost 4 years ago

When Redmine Table Calculation Inheritance is not installed, this plugin should run without error. 

 Some observed errors: 

 ``` 
 * No route matches [GET] "/projects/sap/spreadsheets/3/results" 
 ``` 
 ``` 
 Showing /home/liane/redmine/plugins/redmine_table_calculation/app/views/spreadsheets/_card.html.erb where line #37 raised: 

 undefined method `render_spreadsheet_result_table' for #<#<Class:0x000055fd09fd5ff0>:0x000055fd0925c6a8> 
 Did you mean?    render_spreadsheet_table 
 ```

Back