Projekt

Obecné

Profil

« Předchozí | Další » 

Revize a2e84e8c

Přidáno uživatelem Vojtěch Danišík před asi 4 roky(ů)

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.
Added new sql script file for creating test records.
re #7888 Added back button for Creating + Editing assembly page and page for Generating contingency table.

Zobrazit rozdíly:

src/main/java/vldc/aswi/domain/parameter/ParameterInConfiguration.java
30 30
    @Column(name = "hodnota_operatoru")
31 31
    private String operatorValue;
32 32

  
33
    /** Specific type of parameter, which represents type of entry. */
34
    @ManyToOne(fetch=FetchType.LAZY)
35
    @JoinColumn(name = "parametr_typ_id")
36
    private ParameterType parameterType;
37

  
38 33
    /** Specific location in which this parameterConfiguration will be used. */
39 34
    @ManyToOne(fetch=FetchType.LAZY)
40 35
    @JoinColumn(name = "umisteni_id")

Také k dispozici: Unified diff