Skip to content
Snippets Groups Projects
  1. Mar 18, 2022
  2. 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
  3. Mar 09, 2022
  4. Mar 02, 2022
  5. Feb 25, 2022
  6. Feb 24, 2022
  7. Feb 09, 2022
  8. Feb 08, 2022
  9. Feb 02, 2022
  10. Jan 29, 2022
  11. Jan 24, 2022
  12. Jan 22, 2022
  13. Jan 18, 2022
  14. Jan 10, 2022
  15. Jan 08, 2022
  16. 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
  17. Dec 13, 2021
  18. 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
    • Prasad's avatar
      Fixes #1540: Merged cleanup code in Field.php · 4fb39d53
      Prasad authored
      4fb39d53
    • Prasad's avatar
      Merge branch 'fix_query_performance' into 'master' · 83350c76
      Prasad authored
      Fixed query error impacting performances in inventory
      
      This merge request is fixing and error in several queries impacting significantly performances if there are a big number of orders in the database.
      Replaced:
      vtiger_invoice_recurring_info.start_period = vtiger_salesorder.salesorderid
      With:
      vtiger_invoice_recurring_info.salesorderid = vtiger_salesorder.salesorderid
      
      See merge request !842
      83350c76
  19. Nov 18, 2021
  20. Nov 12, 2021
Loading