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/Modules/Portal/Portal.php

    r900 r901  
    165165    if ($User->CheckPermission('Finance', 'DisplaySubjectState'))
    166166      $Output .= '<a href="'.$this->System->Link('/finance/platby/').'">Finance</a><br />';
     167    if ($User->CheckPermission('Customer', 'DisplayCustomerDocuments'))
     168      $Output .= '<a href="'.$this->System->Link('/user/dokumenty/').'">Dokumenty</a><br />';
    167169    if ($User->CheckPermission('Network', 'RegistredHostList'))
    168170      $Output .= '<a href="'.$this->System->Link('/network/user-hosts/').'">Počítače</a><br />';
Note: See TracChangeset for help on using the changeset viewer.