re #8176 removed comparators from controllers, added sorting to configuration manager
re #8133 #8132 Export contingency table to XLSX + PDF (not fully complete).
re #7885 #8134re #8154 re #8136 added comments and connected switch to allow user to set if he wants to see empty rows or columns in the final table
re #7885 added option to show empty rows and columns, bug fixes re #8134 nothing; re #8154 added validator; re #8136 added column names no comments
re #8101 Bad saving changes for configuration.
re #8153 Assembly -> Configuration synchronization
re #8150 - change assebly order success message
re #8150 - added success/error messages
re #8130 #8135 #8142
BindingResult check moved from end to start in configuration page post method. Added BindingResult check in assembly page post method.
re #7885 added SUM and ability to work with multiple values and sorted parameters in configuration, optimization
re #7885 basic contingency table generation (not completely finished)
re #8115 - change function parameter
re #8102 - indication submit button in post
re #8103 Error text in assembly validation is now valid (not null).
re #8025 added ability for admin to see and access all assemblies, added functionality that only visible assemblies load to users
ID for assembly and configuration in /assembly, /configuration, /assembly_edit is now as RequestedParam instead of ModelAttribute.
re #7978 added functionality of only showing assemblies with correct role (same as user), added functionality of showing only logged in users's configurations in "Rychle k"
re #8015 added user logout
re #8014 Login into app + session for user.
re #7981 parameter order in configuration implementation finished
re #7981 re #7979 re #7974 default table name added, assembly order implemented, parameter order in configuration implemented
re #7988 Parameters are now deleted from assembly + deleted parametersInConfiguration, which was created by deleted parameter.re #7989 Added / deleted parameters are now instantly showed in page (refreshing not needed).
re #7887 Deleting configurations and assemblies, Minor restructuralization.
re #7884 update functionality for updated template
re #7884 - added frontend drag and drop for assembly
Updating last merge.
Merge branch 'master' into 'enhancement/7886'
re #7886 Assembly validator completed (validating sql query, parameter name in select and parameter location) + displaying temp error message.Added title for edit / add assembly forms.Added toString method for all domains.
re #7881 loading and editing parameters in configuration in their locations, ability to set user name of parameter
re #7881 ability to create or edit a user configuration and set or edit its basic attributes, operator value and configuration name are validated, if operator value is wrong user is redirected to main page, auto increment functionality changed to IDENTITY
re #7886 Assembly validator in progress (validating assembly SQLQuery + locations for existing assembly, not tested for new assembly).Added comments.Removing unused imports.
re #7886 Adding + Editing parameters in assembly (only logic + pushing into database, which is not tested -> need JS implementation for adding new parameter).Updated hibernate dialect from oracle 10 to oracle 12c.Equals method comparing domain by id.
re #7881 loading of attributes of assembly on main page
re #7886 Creating + Editing assemblyNot working: Adding new role to access list, Loading values for parameter, Adding new values for parameter, disabling functions + operators if data type = enumeration, deleting role from Access list, Deleting parameter. Saving new assembly + checking all form elements....
re #7871 Added edit formula for every assembly.
re #7871 - connect templates with data from database
re #7871 Displaying list of assemblies + displaying result table of selected assembly.
re #7779 Convert TableColumn -> ContingencyTableRow and send it to frontend. SQL query is now executed in specific class DatabaseInterface via SqlQueryManager.
re #7668 Project init with connecting to demo database