Project

General

Profile

Feature #2017

Updated by Alexander Watzinger 11 months ago

 
 *Refactor* 
 * Check and improve SQL statements format 
 * Separate view for delete instead using index views with a delete parameter (sacrificing a little performance for much better readability) 
 * Removing isinstance() calls to fix design flaws 
 * Replacing lambda filters with list comprehensions which are easier to read and type check 

 *Minor fixes (mostly for display)* fixes* 
 * Missing items in breadcrumb at insert/update 
 * Display of "was modified" error message, also added tests for it 
 * Propagating external flag in link() function 
 * At type overview the "Type" entry wasn't marked as active in the main menu

Back