[Vtigercrm-commits] [Vtiger development] #7996: VT6 - SMSNotifier - Error in configuration
Vtiger development
vtiger-tickets at trac.vtiger.com
Tue Apr 1 13:59:46 GMT 2014
#7996: VT6 - SMSNotifier - Error in configuration
-------------------------+--------------------------
Reporter: opensaas | Owner: developer
Type: enhancement | Status: new
Priority: unassigned | Milestone: 6.0.0
Component: vtigercrm | Version: 6.0.0
Severity: Medium | Keywords: sms notifier
-------------------------+--------------------------
There is an error in SMSNotifier module, that breakes configuration.
When in configuration after clicking "New configuration", fields Active,
Username and Password and above all Save button is invisible.
Proper popup showed in proper.png, and incorrect popup in error.png - see
attachments.
SMSProvider.php in SMSNotifier/providers/ is causing it to display
inproperly.
FIX:
modules\SMSNotifier\models\Provider.php
In function getAll in line 35 add SMSNotifier.php to ignore list.
{{{
if (!in_array($file, array('.', '..', 'MyProvider.php', 'CVS',
'SMSProvider.php'))) {
}}}
There is also translation type in SMSNotifier/models/Module.php
Switch LBL_SEREVER_CONFIG to LBL_SERVER_CONFIG.
That will fix configuration link name. In French translation in
SMSNotifier.php there is this incorrect label also.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7996>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM
More information about the vtigercrm-commits
mailing list