[Vtigercrm-commits] [vtiger development] #7719: vtiger_links - does not seem to be adhered to
vtiger development
vtiger-tickets at trac.vtiger.com
Thu Jul 25 03:04:42 UTC 2013
#7719: vtiger_links - does not seem to be adhered to
------------------------+--------------------------
Reporter: richardtw | Owner: developer
Type: defect | Status: new
Priority: unassigned | Milestone: Unassigned
Component: vtigercrm | Version: 6.0.0 Beta
Severity: Medium | Keywords: vtiger_links
------------------------+--------------------------
I inserted the following into my database to test the vtiger_links system
and got no result.
I am unsure if this is a bug or if this system requires more setup than it
did in 5.4.
{{{
INSERT INTO `vtiger_links` (`linkid`, `tabid`, `linktype`, `linklabel`,
`linkurl`, `linkicon`, `sequence`, `handler_path`, `handler_class`,
`handler`) VALUES
(79, 6, 'DETAILVIEWBASIC', 'TESTING!',
'index.php?module=Home&view=ShowWidget&name=Notebook', '', 0, NULL, NULL,
NULL);
UPDATE `vtiger_links_seq` SET `id` = 79;
}}}
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7719>
vtiger development <http://trac.vtiger.com/>
vtiger CRM
More information about the vtigercrm-commits
mailing list