Skip to content
  • Mihai Patrascoiu's avatar
    Fix the ColumnType validation for Config forms. · c9222934
    Mihai Patrascoiu authored
    When the Class attribute has a different name then the associated SQLAlchemy Table Column,
    we need to reference the form input variable to the Mapper Column instead of the Table Column.
    
    Reintroduce type validation in the config/links controller.
    c9222934