Skip to content
  • sunnavy's avatar
    avoid adding repeated cf values · cdcc4929
    sunnavy authored
    now RT::ObjectCustomFieldValues::HasEntry compares LargeContent and also
    canonicalizes values before comparision when possible.
    
    see also #4553
    
    btw, there was a bug that if you change a date cf from "2014-05-15" to
    "today"(which also means "2014-05-15" at that time), you will get a confusing
    message saying "2014-05-15 changed to 2014-05-15". this commit fixes it too.
    cdcc4929