GDFS#36422 Refreshen objectenlijst bij contactpersoongegevens
svn path=/Website/trunk/; revision=29354
This commit is contained in:
@@ -1761,7 +1761,11 @@ function ins_list (pautfunction, params)
|
||||
isbinnen = true;
|
||||
|
||||
if (isbinnen) // ja, deze overschrijft het array
|
||||
buttons = [{ icon: "plus.png", title: L("lcl_add"), action: "insCheckOutNewItem(" + (cpersoon_key > 0? cpersoon_key + ", 'C'" : persoon_key + ", 'P'") + ")" }]
|
||||
{
|
||||
buttons = [{ icon: "page_refresh.png", title: L("lcl_refresh"), action: "FcltMgr.reload()" },
|
||||
{ icon: "plus.png", title: L("lcl_add"), action: "insCheckOutNewItem(" + (cpersoon_key > 0? cpersoon_key + ", 'C'" : persoon_key + ", 'P'") + ")" }
|
||||
];
|
||||
}
|
||||
}
|
||||
if (inspect) {
|
||||
buttons.push({ icon: "legenda.png", title: L("lcl_mld_legenda"), action: "openLegenda()" });
|
||||
|
||||
Reference in New Issue
Block a user