GDFS#36422 Refreshen objectenlijst bij contactpersoongegevens

svn path=/Website/branches/v2016.1/; revision=29356
This commit is contained in:
Erik Groener
2016-05-11 08:22:37 +00:00
parent 05b7a104f8
commit be554d7377

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