mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-02-04 17:58:40 +00:00
Multiple results test
This commit is contained in:
parent
5328cda8c5
commit
267c1b3447
|
|
@ -32,7 +32,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
{
|
||||
"listener": "click", "action": [
|
||||
{"type": "popup", "tpl": "acc-grp-tpl", "aniIn": "fadeIn"},
|
||||
{"type": "request", "uri": "<?= \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/api/admin/account?id=1'); ?>", "method": "GET", "request_type": "json"},
|
||||
{"type": "request", "uri": "<?= \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/api/admin/account?filter=some&limit=10'); ?>", "method": "GET", "request_type": "json"},
|
||||
{"type": "dom.table.append", "id": "acc-grp-table", "aniIn": "fadeIn", "data": [], "bindings": {"id": "id", "name": "name/0"}, "position": -1}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user