Ignore:
Timestamp:
Feb 17, 2021, 9:27:32 PM (3 years ago)
Author:
chronos
Message:
  • Added: Documents section accessible from users panel.
  • Added: Contract model moved to separate module Contract.
  • Added: New action to generate PDF from Contract.
  • Fixed: Allow users to download files only by hash instead of direct id.
  • Added: Support for SHA1 as allowed mysql function.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/Modules/Setup.php

    r900 r901  
    194194        {
    195195          $Output .= '<h3>Odinstalace vše</h3>';
    196           $this->System->ModuleManager->UninstallAll(array(ModuleCondition::System));
     196          $this->System->ModuleManager->UninstallAll(array(ModuleCondition::All));
    197197          $this->Database->query('DROP TABLE IF EXISTS `'.$this->UpdateManager->VersionTable.'`');
    198198          $Output .= $this->ControlPanel();
Note: See TracChangeset for help on using the changeset viewer.