[Bps-public-commit] RT-Extension-MandatoryOnTransition branch, simplifyCondition, repushed

Michel Rodriguez michel at bestpractical.com
Fri Apr 5 14:19:42 EDT 2019


The branch simplifyCondition was deleted and repushed:
       was b0e439dfc7f880f002f2a14b249281542017f2e8
       now 099c7a41457b62cb210c701d2cc27b021fdcad6c

1:  b0e439d ! 1:  099c7a4 simplified condition matching @CORE_SUPPORTED fields None of the @CORE_SUPPORTED fields matches CF\. So checking that a field is in @CORE_SUPPORTED is enough, all CF. fields are filtered out by that condition alone. I would think none will in the future since by definition they are internal fields (Content TimeWorked TimeTaken...) and not custom ones, no need to check that their name doesn't start with CF\..
    @@ -1,6 +1,13 @@
     Author: michel <michel at bestpractical.com>
     
         simplified condition matching @CORE_SUPPORTED fields
    +    None of the @CORE_SUPPORTED fields matches CF\.
    +    So checking that a field is in @CORE_SUPPORTED is enough, all
    +    CF. fields are filtered out by that condition alone.
    +    I would think none will in the future since by definition they
    +    are internal fields (Content TimeWorked TimeTaken...) and not
    +    custom ones, no need to check that their name doesn't start
    +    with CF\..
     
     diff --git a/lib/RT/Extension/MandatoryOnTransition.pm b/lib/RT/Extension/MandatoryOnTransition.pm
     --- a/lib/RT/Extension/MandatoryOnTransition.pm



More information about the Bps-public-commit mailing list