• Arnaud Fontaine's avatar
    ZODB Components: Do not validate nor check {consistency,source code} after importing from FS. · 799da311
    Arnaud Fontaine authored
    * pylint may return a false positive error which have to be disabled and
      failing to import it because of that requires to edit on the FS and try
      again so it is not practical for a whole Product. Instead it is easier
      to import it and not validate
    * Validation was done only for 'Test Component' and 'Extension Component',
      but all imported Components had their consistency and source code checked
      and this is not consistent to not validate but do these checks.
    * importFromFilesystem() was checking consistency and source code, and this
      was done again when validating.
    
    So leave the imported ZODB Components as draft and let the developer fixes
    issues upon validation before committing.
    799da311
BusinessTemplate.py 268 KB