forked from extern/egroupware
fix nm as 2nd and selectbox as 3rd parameter
This commit is contained in:
parent
e399eba98b
commit
a7916d9738
@ -158,10 +158,10 @@ var AddressbookApp = /** @class */ (function (_super) {
|
|||||||
* Change handler for contact / org selectbox
|
* Change handler for contact / org selectbox
|
||||||
*
|
*
|
||||||
* @param node
|
* @param node
|
||||||
* @param widget
|
* @param {et2_extension_nextmatch} nm
|
||||||
|
* @param {et2_selectbox} widget
|
||||||
*/
|
*/
|
||||||
AddressbookApp.prototype.change_grouped_view = function (node, widget) {
|
AddressbookApp.prototype.change_grouped_view = function (node, nm, widget) {
|
||||||
var nm = etemplate2_1.etemplate2.getById('addressbook-index').widgetContainer.getDOMWidgetById('nm');
|
|
||||||
var template = "addressbook.index.rows";
|
var template = "addressbook.index.rows";
|
||||||
var value = {};
|
var value = {};
|
||||||
if (nm.activeFilters.sitemgr_display) {
|
if (nm.activeFilters.sitemgr_display) {
|
||||||
|
@ -172,11 +172,11 @@ class AddressbookApp extends EgwApp
|
|||||||
* Change handler for contact / org selectbox
|
* Change handler for contact / org selectbox
|
||||||
*
|
*
|
||||||
* @param node
|
* @param node
|
||||||
* @param widget
|
* @param {et2_extension_nextmatch} nm
|
||||||
|
* @param {et2_selectbox} widget
|
||||||
*/
|
*/
|
||||||
change_grouped_view(node, widget)
|
change_grouped_view(node, nm, widget)
|
||||||
{
|
{
|
||||||
let nm = etemplate2.getById('addressbook-index').widgetContainer.getDOMWidgetById('nm');
|
|
||||||
let template = "addressbook.index.rows";
|
let template = "addressbook.index.rows";
|
||||||
let value = {};
|
let value = {};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user