[Vtigercrm-commits] [Vtiger development] #8130: A very dangerous issue
Vtiger development
vtiger-tickets at trac.vtiger.com
Thu Jul 10 06:40:02 GMT 2014
#8130: A very dangerous issue
----------------------------+--------------------------
Reporter: uma | Owner: developer
Type: Need More Info | Status: new
Priority: critical | Milestone: 6.1.0
Component: vtigercrm | Version: 6.1.0 - wip
Severity: Medium | Resolution:
Keywords: |
----------------------------+--------------------------
Changes (by rishab):
* type: defect => Need More Info
Comment:
Cannot find option 7.Only 4 options are listed.
Also in console.php
{{{
echo "Choose the options below:\n";
echo "1. Create New Module.\n";
echo "2. Create New Layout.\n";
echo "3. Create New Language Pack.\n";
echo "4. Create Test Language Pack.\n";
$option = $this->prompt("Enter your choice: ",
self::PROMPT_NUMERIC);
}}}
Running console.php in CLI mode displays only 4 options
$ php -f vtlib/tools/console.php
Welcome to Vtiger CRM Creator.
This tool will enable you to get started with developing extensions with
ease.
Have a good time. Press CTRL+C to "quit".
Choose the options below:
1. Create New Module.
2. Create New Layout.
3. Create New Language Pack.
4. Create Test Language Pack.
Enter your choice:
Let us know if we are missing anything.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8130#comment:1>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM
More information about the vtigercrm-commits
mailing list