We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d9b84 commit ffdca01Copy full SHA for ffdca01
uliweb_apijson/apijson/templates/vue/inc_apijson_table.html
@@ -384,9 +384,13 @@
384
var params = {
385
"@tag": thisp.l_request_tag
386
}
387
- params[thisp.l_request_tag] = {
+ var model_params = {
388
"id": thisp.delete_params.row.id
389
390
+ if (thisp.role!="") {
391
+ model_params["@role"] = thisp.role
392
+ }
393
+ params[thisp.l_request_tag] = model_params
394
params = thisp.ajax_hook("apijson_delete","delete",params)
395
$.ajax({
396
type: "POST",
0 commit comments