-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Not an issue
-
Affects Version/s: 14
-
Fix Version/s: None
-
Component/s: Sangoma CRM
-
Labels:None
-
ToDo:
-
Asterisk Version:13.22.0
-
Distro Version:SNG7-PBX-64bit-1805-1
-
Distro:FreePBX Distro
Under the Admin Tab, user management - Zulu
In trying to assign a CRM user to an extension, the only option to the Link CRM user is "NONE"
Taking a look at the page source for that page, I notice that the source for the dropdown box has a select statement for "<select name="sangomacrm_user" class="form-control"><select name="sangomacrm_user" class="form-control"> <option value="">None</option> </select>"
The DB_Table is sangomacrm_user. In the Asterisk Database the table is called sangomcrm_suitecrm_user.
This seems to me to be the reason why the drop down box is not populated with the Crm users.
Can I have one of your deveopers tell me if this is a bug or am I doing something else wrong.