[Vtigercrm-commits] [Vtiger development] #8442: related list: buttons disappear after saving
Vtiger development
vtiger-tickets at trac.vtiger.com
Sun Feb 1 07:04:43 GMT 2015
#8442: related list: buttons disappear after saving
------------------------+------------------------
Reporter: prasad | Owner: developer
Type: defect | Status: new
Priority: unassigned | Milestone: Unassigned
Component: vtigercrm | Version: 6.2.0
Severity: Medium | Keywords:
------------------------+------------------------
Reference: https://discussions.vtiger.com/discussion/175620
I successfully created a new related module following this post
https://discussions.vtiger.com/index.php?p=/discussion/173289/add-a
-custom-module-into-related-tabs/p1. I needed to add the SELECT and ADD
buttons on the related list so I changed the last line of code of the post
from $testModule, $relationLabel, NULL, get_dependents_list to
$testModule, $relationLabel, Array('ADD','SELECT'), get_dependents_list
and again everything worked fine, now I can see the buttons and they work
correctly: i can add and select records. My only problem now is that these
two buttons disappear AFTER I saved the new record (but the related is
correctly displayed, with the new record saved and listed). So what appens
is: I click the 'ADD SINGLE_module' button, the popup appears, I insert
the new record and hit the save button, the popup goes away, now I can see
the new record in the list but the two buttons at the top of the list are
missing. If I refresh the page, the buttons are there again.
Is there a way to make the buttons stay ?
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8442>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM
More information about the vtigercrm-commits
mailing list