Plan for the LegacyUI module

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Code commits

Git

  • Ivo Ulrich <teleivo@users.noreply.github.com>

    Ivo Ulrich <teleivo@users.noreply.github.com> 178b8f72ccb6ea44d9e6d9b449692a5e01b2f08f

    Merge pull request #81 from teleivo/TRUNK-5174
    TRUNK-5174 Deprecate PersonNameValidator.validatePersonName

  • teleivo <mrteleivo@gmail.com>

    teleivo <mrteleivo@gmail.com> f9cd09b4388a80bcd036c61e4e31ab84c0ef8a68

    TRUNK-5174 Deprecate PersonNameValidator.validatePersonName
    use the PersonNameValidator.validate coming from the Validator
    interface since validatePersonName is deprecated in core 2.2.0
    PersonNameValidator.validate itself calls

    validatePersonName(personName, errors, false, true)

    the behavior does not change through this change

    • omod/src/main/java/org/openmrs/web/controller/patient/ShortPatientFormValidator.java (version f9cd09b4388a80bcd036c61e4e31ab84c0ef8a68)