Skip to content
Snippets Groups Projects
  1. Apr 02, 2022
  2. Mar 18, 2022
  3. Mar 16, 2022
  4. Mar 10, 2022
    • Prasad's avatar
      Merge branch 'master' into 'master' · 566e6fd5
      Prasad authored
      Fixing Documents not being sent as Email Attachments #1506
      
      When sending Email and adding a CRM Document as an attachment, the Document was not sending due to missing filepath value
      Fixes #1506
      
      See merge request !847
      566e6fd5
  5. Mar 09, 2022
  6. Mar 02, 2022
  7. Mar 01, 2022
  8. Feb 25, 2022
  9. Feb 24, 2022
  10. Feb 09, 2022
  11. Feb 08, 2022
  12. Feb 02, 2022
  13. Jan 29, 2022
  14. Jan 24, 2022
  15. Jan 22, 2022
  16. Jan 18, 2022
  17. Jan 10, 2022
  18. Jan 08, 2022
  19. Dec 18, 2021
    • Prasad's avatar
      Merge branch 'relfieldcss' into 'master' · b8fd0516
      Prasad authored
      Fix for UI10 type fields for issue #1657
      
      Css fix for displaying correctly uitype 10 fields in detail view, when opened for editing value.
      
      See merge request !845
      b8fd0516
  20. Dec 13, 2021
  21. Nov 28, 2021
    • Prasad's avatar
      Merge branch 'unlink_related' into 'master' · f88cb71d
      Prasad authored
      allow unlinking related items if you can edit the parent item fix #210
      
      deleting a relationship should require edit access to the parent object (the one they are related to) not delete access to the target object. (because you are not deleting it, just disassociating it which is an edit to the parent object)
      
      See merge request !70
      f88cb71d
    • Prasad's avatar
      Merge branch 'Issue#1002' into 'master' · d2d3e871
      Prasad authored
      Issue #1002 MainManager exception while fetching related items
      
      Also, detecting sent emails to compare with current user email
      
      See merge request !321
      d2d3e871
    • Prasad's avatar
    • Prasad's avatar
      SMS provider for SMSEagel added · 4d4a7c35
      Prasad authored
      4d4a7c35
    • Prasad's avatar
      Merge branch 'mailconverter-latest' into 'master' · 05602241
      Prasad authored
      standalone #1639 mailconverter custom actions
      
      With this modification it's possible to add custom actions to mail converter just like custom workflow function! New action would be displayed along with default actions.
      
      Follow this example:
      ```
      require_once('modules/Settings/MailConverter/handlers/MailScannerEntityMethodManager.inc');
      $emm = new MailScannerEntityMethodManager($adb);
      $moduleName='HelpDesk';
      $methodName='createticketcustom';
      $functionName='createticketcustom_helpdesk';
      $functionPath='modules/yourmodule/yourmoduleHandler.php';
      $emm->removeEntityMethod($moduleName, $methodName);
      $emm->addEntityMethod($moduleName, $methodName, $functionPath, $functionName);
      
      See merge request !838
      05602241
Loading