• Lee Tickett's avatar
    Imrpove model validation when adding spent time · 4d8f719c
    Lee Tickett authored
    We recently added support for setting timelog summary using the
    API, but the validation error simply statse `invalid`. This MR
    ensures the parent issuable validation error details the child
    (timelog) error messsage e.g. timelog.summary: is too long
    (maximum is 255 characters).
    
    Changelog: changed
    4d8f719c
time_trackable.rb 2.71 KB