GDFS#36422 Refreshen objectenlijst bij contactpersoongegevens (revert)

svn path=/Website/trunk/; revision=29355
This commit is contained in:
Erik Groener
2016-05-11 08:22:02 +00:00
parent 8a8bfd472b
commit fa88ff69ff

View File

@@ -1761,11 +1761,7 @@ function ins_list (pautfunction, params)
isbinnen = true;
if (isbinnen) // ja, deze overschrijft het array
{
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'") + ")" }
];
}
buttons = [{ 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()" });