Skip to content
Snippets Groups Projects
  1. Nov 09, 2017
  2. Nov 03, 2016
  3. Oct 23, 2016
    • Prasad's avatar
      Merge branch '262_FixListViewBackButton' into 'master' · 8bb10bce
      Prasad authored
      Fix bug #262: Listview Back Button doesn't work.
      
      Simple commit to fix the Back Button not working in 6.5.0
      
      See merge request !115
      8bb10bce
    • Prasad's avatar
      Merge branch 'massDelete' into 'master' · d5569dcd
      Prasad authored
      #315 - Mass delete of Orgnization with (????) is deleting all records in Orgnizations
      
      <b>Issue:</b>
      1. Lets have 1000 Org records in CRM, in that 50 records are with '????'.
      2. Now perform inline search in list view with the condition "Org name with '???'".
      3. Select the all records and perform mass delete.
      
      <b>Expected output:</b> remaining records count 950
      
      <b>Original result:</b> remaining records count 0.
      
      <b>Analysis:</b>
      mass delete api is not sending searched data ("Org name like '????'").
      
      See merge request !116
      d5569dcd
    • Prasad's avatar
      Merge branch '39' into 'master' · 28e2c072
      Prasad authored
      Fixes #39 - Regression: Workflow Create Entity Task failure after migration
      
      <b>Problem</b>: In latest versions, We are not supporting fieldname(valuetype) in "assigned to" field.
      
      <b>Solution</b> : Add one more option in "Assigned to" field as 'Parent record owner'. Which indicates mapping
      
      <b>Result:</b>
      fieldname:assigned_user_id,
      modulename:Contacts,
      valuetype: **fieldname**,
      value: **assigned_user_id**
      
      See merge request !114
      28e2c072
  4. Oct 21, 2016
  5. Sep 23, 2016
  6. Sep 21, 2016
  7. Sep 20, 2016
  8. Sep 17, 2016
  9. Sep 16, 2016
  10. Sep 15, 2016
  11. Sep 14, 2016
  12. Sep 12, 2016
  13. Sep 08, 2016
  14. Sep 07, 2016
  15. Sep 06, 2016
Loading