Project

General

Profile

« Previous | Next » 

Revision d56eb681

Added by Daniel Lobato Garcia over 7 years ago

Fixes #17850 - Prevent 414 on architecture/usergroup

These two fields had been modified using change_column in other
migrations which removed the limit on 'name'. This causes a 414 if
you create a very long name and try to edit the field.

After the change, the limit is restored so very long names are
forbidden by validates_length_in_database and 414s are prevented

  • added
  • modified
  • copied
  • renamed
  • deleted