Projekt

Obecné

Profil

Stáhnout (15.1 KB) Statistiky
| Větev: | Revize:

# Datum Autor Komentář
8766d436 2020-05-04 10:03 Jan Čarnogurský

re #7975 - added flash message style, create one layout for all templates, refactoring

56f8e16e 2020-05-04 09:14 Jan Čarnogurský

re #7970 fix atribute

b3c57a7c 2020-05-04 09:13 Jan Čarnogurský

re #7970 added confirmation before assembly delete. Srcipts moved from templates to separated files

9714fae3 2020-05-03 15:18 Michal Linha

re #7981 parameter order in configuration implementation finished

7f644dea 2020-05-02 20:51 Michal Linha

re #7981 re #7979 re #7974 default table name added, assembly order implemented, parameter order in configuration implemented

e49f76e4 2020-04-29 12:06 Jan Čarnogurský

re #7883 - added javascript to template assembly

9baf6c93 2020-04-24 15:43 Vojtěch Danišík

Merge branch 'master' into 'enhancement/7886'

  1. Conflicts:
  2. src/main/java/vldc/aswi/dao/parameter/ParameterTypeRepository.java
  3. src/main/java/vldc/aswi/domain/Assembly.java
  4. src/main/java/vldc/aswi/domain/Configuration.java
  5. src/main/java/vldc/aswi/domain/EntityParent.java...
2cdd3adc 2020-04-24 13:42 Michal Linha

re #7881 loading and editing parameters in configuration in their locations, ability to set user name of parameter

b439853d 2020-04-24 11:02 Michal Linha

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

93fff090 2020-04-23 16:06 Vojtěch Danišík

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.

b66f682e 2020-04-20 20:32 Michal Linha

re #7881 loading of attributes of assembly on main page

a2e84e8c 2020-04-20 20:23 Vojtěch Danišík

re #7886 Creating + Editing assembly
Not 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....

cfe48a96 2020-04-16 20:45 Jan Čarnogurský

re #7871 - connect templates with data from database

2868bb9a 2020-04-16 14:28 Vojtěch Danišík

re #7871 Displaying list of assemblies + displaying result table of selected assembly.