GDFS#36422 Refreshen objectenlijst bij contactpersoongegevens

svn path=/Website/trunk/; revision=29354
This commit is contained in:
Erik Groener
2016-05-11 08:12:11 +00:00
parent 4fb1e3e928
commit 8a8bfd472b

View File

@@ -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()" });