mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 03:51:21 +02:00
Get nextmatch rendering, sort of
This commit is contained in:
@ -432,7 +432,7 @@ export class et2_readonlysArrayMgr extends et2_arrayMgr {
|
||||
* existing array managers.
|
||||
* @param _row is the row for which the array managers will be opened.
|
||||
*/
|
||||
function et2_arrayMgrs_expand(_owner: et2_widget, _mgrs: object, _data: object, _row: number) {
|
||||
export function et2_arrayMgrs_expand(_owner: et2_widget, _mgrs: object, _data: object, _row: number) {
|
||||
// Create a copy of the given _mgrs associative array
|
||||
let result = {};
|
||||
|
||||
|
Reference in New Issue
Block a user