-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 14, 15
-
Component/s: Sangoma CRM
-
Labels:None
-
Sprint:Sprint 9!
-
Bug Tracker:QA Testing
-
ToDo:
-
Distro Version:13,14,15
-
Distro:FreePBX Distro
-
Module Fix Version:
Changing the Sangoma CRM from one type to another gives warning saying "Changing CRM type might reset all of your settings.Is that okay?". But Changing CRM Type is not flushing the data from backend.
Please find the attached screenshot and mysql entries for your reference.
MariaDB [asterisk]> select * from kvstore_FreePBX_modules_Sangomacrm;
+------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+------+
| key | val | type | id |
+------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+------+
| zohoUUID | 8dd10c01-accc-4c6a-929a-7c9f549d9411 | NULL | noid |
| restsettings | {"token":"f765ca7737abc9798dee34eebec72d89d5a83335582f64ef02e7abf0b70ba1ae"} | json-arr | noid |
| driver | Suitecrm | NULL | noid |
| pbxurl | NULL | NULL | noid |
| driverSuitecrmSettings | {"url":"https:\/\/","username":null,"password":null,"recording_storage":null,"copy_voicemail":null,"regexp":null,"preregexp":null,"sshusername":null,"sshstorage":null} | json-arr | noid |
| connectwisesettings | {"privatekey":"erberetbetbetb","publickey":"vfsbewtbetb","server":"api-na.myconnectwise.net","company":"dsvdsvsfbv","defaultuser":"Skip Logging","activityType":"Choose Activity Type","stripplus":"no"} | json-arr | noid |
| salesforcesettings | {"pbxurl":"https:\/\/issues.freepbx.org\/browse\/FREEPBX-20169","consumerkey":"dvwsvw","consumersecret":"rvgwrvwrvwr","defaultuser":"no","sortorder":"{}","stripplus":"no"} | json-arr | noid |
| zohosettings | {"pbxurl":"http:\/\/192.168.3.230\/admin\/config.php?display=sangomacrm","vmstorage":"no","recordingstorage":"no","ignoreUnassigned":"on"} | json-arr | noid |
+------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+------+
8 rows in set (0.00 sec)MariaDB [asterisk]>