Skip to content
Snippets Groups Projects
  1. Jul 15, 2023
  2. Jul 01, 2023
  3. Jun 19, 2023
  4. Jun 18, 2023
  5. Jun 14, 2023
  6. Jun 12, 2023
  7. Dec 15, 2022
  8. Dec 14, 2022
  9. Dec 01, 2022
  10. Nov 24, 2022
  11. Nov 22, 2022
  12. Nov 17, 2022
  13. Nov 16, 2022
  14. Nov 12, 2022
  15. Nov 11, 2022
  16. Nov 08, 2022
    • Prasad's avatar
      Fixes #1742: Removed duplicate code · 12248ee8
      Prasad authored
      12248ee8
    • Prasad's avatar
      Merge branch 'Fix-for-Does-Not-Contain' into 'master' · b35db5cf
      Prasad authored
      Update QueryGenerator.php
      
      Does Not Contain (operator k) must allow for NULL values as well as NOT LIKE values (e.g. in multipicklist).
      FIXES error as stated at: vtiger/vtigercrm#1682
      
      See merge request !849
      b35db5cf
    • Prasad's avatar
      Merge branch 'fixLoginForMigration' into 'master' · 66fc9757
      Prasad authored
      fix login in migration page
      
      In the migration page, there is an authentication check to allow user to login. However, the `Migration_Extract_Action` requires login by default.
      
      Since the check was done before authentication check, this causes an authentication failure whether the username and password is correct or not.
      
      Making login not required by `Migration_Extract_Action` will allow the authentication.
      
      This commit also fixes the login issue for `Migration_Extract_Action` since there are something missing in the `$_SESSION`
      
      See merge request !854
      66fc9757
Loading