Skip to content
  • azara's avatar
    · 3544625a
    azara authored
    BS-14074 As Dave, when I delete a contract input, I need a clearer
    
    -add an upper case to document in wizard warning, when there is no data
    available.
    
    -add validators on the input name :
        -max length 50
        -empty name
        -groovyReference
        -unique name
        
    -remove warning when document is already initialized on task
    -change convertValueStrategy to updateValueStrategy to allow input name
    to be changed
    -remove wrong connector class commit
    
    -add test that asserts that input name is change when editing the given
    name
    
    -add test that asserts that name of input is dataName_input
    
    -move methods from DataTypeSelectionOptions to selectDataWizard page and
    delete class DataTypeSelectionsOption
    
    -add icon for documentLabelProvider
    
    -disable add from Data when there is no data or document
    
    -add tests
    3544625a